| paul b 2004-03-10, 3:34 am |
| Hello,
I have to manage some information about web-server-accounts for the
users in an LDAP-tree.
The tree has to hold the name of the webservers and for each webserver
usernames and (at best) encrypted password of the users allowed on the
webserver.
The best would be to have an object webserver with its name and in
this object for each user a distinct object(identified by its DN) with
as attributes the loginname and the password for the site.
This has to look the following was
webservers
¦
¦-----(servername)
¦
¦----- O=org, ou=dep,cn=username
¦
----------- username: <username>
¦
---------- password: (at best encrypted)
Are there any objects in one of the default schemas with which I can
handle this? Can someone help me how to define this in slapd.conf
because its my first project with LDAP?
Thanx
CB
|