[lsc-changes] [Ldap Synchronization Connector (LSC)] page changed: documentation:1.2:configuration:syncoptions:activedirectory
webmaster at lsc-project.org
webmaster at lsc-project.org
Thu Sep 15 00:03:34 CEST 2011
A page in your DokuWiki was added or changed. Here are the details:
Date : 2011/09/15 00:03
Browser : Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/14.0.835.162 Safari/535.1
IP-Address : 82.235.239.71
Hostname : nsg93-4-82-235-239-71.fbx.proxad.net
Old Revision: http://lsc-project.org/wiki/documentation/1.2/configuration/syncoptions/activedirectory?rev=1316037731
New Revision: http://lsc-project.org/wiki/documentation/1.2/configuration/syncoptions/activedirectory
Edit Summary:
User : sbahloul
@@ -9,9 +9,9 @@
Here are some methods to simplify changing values of this attribute.
==== userAccountControlSet ====
- You can set specific bits with the method //[[http://lsc-project.org/javadoc/1.2-SNAPSHOT/org/lsc/utils/directory/AD.html#userAccountControlSet(int, java.lang.String[])|AD.userAccountControlSet]]//.
+ You can set specific bits with the method //[[http://lsc-project.org/javadoc/latest/org/lsc/utils/directory/AD.html#userAccountControlSet(int, java.lang.String[])|AD.userAccountControlSet]]//.
This method takes 2 parameters :
- The value (integer) of the userAccountControll
- An array of constants that will tell LSC to set (or unset) a specific bit
@@ -27,16 +27,16 @@
**Warning**: to create an entry in AD, you can set userAccountControl field but the flag //UAC_PASSWD_NOTREQD// is mandatory if no password is submitted. So you can have a //create_value// like this:
<code java>
- lsc.syncoptions.user.userAccountControl.create_value = \
- AD.userAccountControlSet( "0", [ AD.UAC_SET_PASSWD_NOTREQD, \
+ lsc>tasks>task>syncoptions>attribute(userAccountControl)>createValue =
+ AD.userAccountControlSet( "0", [ AD.UAC_SET_PASSWD_NOTREQD,
AD.UAC_SET_NORMAL_ACCOUNT ])
</code>
==== userAccountControlCheck ====
- You can check if a specific bit is set with the method //[[http://lsc-project.org/javadoc/1.2-SNAPSHOT/org/lsc/utils/directory/AD.html#userAccountControlCheck(int, java.lang.String)|AD.userAccountControlCheck]]//.
+ You can check if a specific bit is set with the method //[[http://lsc-project.org/javadoc/latest/org/lsc/utils/directory/AD.html#userAccountControlCheck(int, java.lang.String)|AD.userAccountControlCheck]]//.
This method takes 2 parameters :
- The value (integer) of the userAccountControl
- A constant that will tell LSC if a specific bit is set (or not)
@@ -48,9 +48,9 @@
You can find a list of all the constants in the org.interldap.lsc.utils.directory.AD class. The constants are prefixed by UAC_ (without SET or UNSET after).
==== userAccountControlToggle ====
- You can toggle a specific bit with the method //[[http://lsc-project.org/javadoc/1.2-SNAPSHOT/org/lsc/utils/directory/AD.html#userAccountControlToggle(int, java.lang.String)|AD.userAccountControlToggle]]//.
+ You can toggle a specific bit with the method //[[http://lsc-project.org/javadoc/latest/org/lsc/utils/directory/AD.html#userAccountControlToggle(int, java.lang.String)|AD.userAccountControlToggle]]//.
This method takes 2 parameters :
- The value (integer) of the userAccountControll
- A constant that will tell LSC which bit to toggle
--
This mail was generated by DokuWiki at
http://lsc-project.org/wiki/
More information about the lsc-changes
mailing list