Active Directory - UNIX Attributes of user using C#
I'm trying to make use of UNIX attributes in Active Directory while creating users using C#. How can I fill and make sure that UNIX attributes are correct?
- What attributes to set?
- How to get correct UID? (conflicts, Windows automatic UID generation and so on...)
- What is unixUserPassword attribute - why is it always set to 'ABCD!efgh....something' on every user added to 开发者_C百科unix using UNIX Attributes?
Here is my contribution : places that can help you :
General information about SFU
Manually populating information in Unix attribute
A simple script to manage UNIX related attributes in Windows 2003 R2
Identity Management for UNIX
Windows Security and Directory Services for UNIX Guide v1.0
精彩评论