I am currently investigating the possibility of using Active Directory to store all personal information about our employees.
I am wanting to administor as much as possible using PHP+LDAP on a linux+apache server.
I have figured out how to do most of the actions i need to do, the main problems i don't have sorted so far are those connected with user accounts, the user attributes/properties in particular are:
attribute 'accountExpires' - this is reported as a LARGE INTEGER, containing seconds since 00:00:00 January 1, 1970.
setting the user's password,
how to enable a 'disabled' user account,
Group membership - i can set group memberships with the exception of the 'Primary Group'
Can anyone shed any light on these questions??
Or point me in the direction of any on-line resources which may help??
Thanks,
Jamie