Displaying 1 result from an estimated 1 matches for "ads_uf_passwd_notreqd".
2004 Aug 20
0
Creating domain users in AD from Linux
...ted channel. Another option is LDAP over
SSL, if you can get it to work (we couldn't).
For the cleartext2unicodepwd script, see below.
Last thing, userAccountControl. This attribute is a mask with the
following possible values:
ADS_UF_ACCOUNTDISABLE = 0x0002 Disable user account
ADS_UF_PASSWD_NOTREQD = 0x0020 No password is required
ADS_UF_NORMAL_ACCOUNT = 0x0200 Typical user account
The previously created user got a value of `546' (i.e. 0x0222). I set
it to `512' (0x0200):
$ cat >uac.ldif
dn: CN=foobar,CN=Users,DC=yoursite,DC=com
changetype: modify
repla...