Are there any good ldap reference out there, esp. w/ coding ASP? Also w/ ASP.NET?
------------------ asp w/ ldap ----------=----------------
q1) What are the attributes for all of the description of an Active Directory users? The following works fine:
myUserObj.Description = "This is the description"
myUserObj.lastname = "Parker"
myUserObj.displayName = "Spiderman Parker"
But what is the attribute name for putting in e-mail, Office, User Name, Zip, Address, TelephoneS, etc.?
myUserObj.xxxxxxx = "needgoodreference@yahoo.com"
q2) Also, how wud i code for a new user to have initial password of "thispassword", and set it so that he/she can change the password upon 1st logon?
Help?
------------------ asp w/ ldap ----------=----------------
q1) What are the attributes for all of the description of an Active Directory users? The following works fine:
myUserObj.Description = "This is the description"
myUserObj.lastname = "Parker"
myUserObj.displayName = "Spiderman Parker"
But what is the attribute name for putting in e-mail, Office, User Name, Zip, Address, TelephoneS, etc.?
myUserObj.xxxxxxx = "needgoodreference@yahoo.com"
q2) Also, how wud i code for a new user to have initial password of "thispassword", and set it so that he/she can change the password upon 1st logon?
Help?