Displaying 1 result from an estimated 1 matches for "companymail".
Did you mean:
companyamain
2006 Aug 24
1
[OT] ldapmodify options for changing AD attributes
...eive also outlook notification for changing w2k3 domain
password.
At the moment I'm investigating ldapmodify command itself.
I can modify for example mailNickname AD attribute for the user, but
not pwdLastSet and
accountExpires
input file for mailNickname is
dn: CN=Gianluca Cecchi,CN=Users,DC=companymail,DC=local
changetype: modify
replace: mailNickname
mailNickname: gcecchi1
and it succeeds
input file for pwdLastSet is
dn: CN=Gianluca Cecchi,CN=Users,DC=companymail,DC=local
changetype: modify
replace: pwdLastSet
pwdLastSet: 127969313462031250
the command failed:
# ldapmodify -r -v -h w2k3_doma...