I am planing using openldap to fetch user/group information. Below my main tree there will be ou=people and ou=group, and below those the regular user or group information.
It happens that a program (ypserv) will fetch information from tree binding as cn=ypserv just below my main tree. This binding should be authenticated, so what should cn=ypserv attributes be? What about access rules for it ?
Thanks a lot for your time and cooperation.
Best regards!
Fried.
Friedrich Locke wrote:
I am planing using openldap to fetch user/group information. Below my main tree there will be ou=people and ou=group, and below those the regular user or group information.
It happens that a program (ypserv) will fetch information from tree binding as cn=ypserv just below my main tree. This binding should be authenticated, so what should cn=ypserv attributes be?
Probably use applicationProcess and simpleSecurityObject classes.
Where may i download those objectclass from ?
Thanks in advance
On Wed, Jun 29, 2011 at 8:14 PM, Howard Chu hyc@symas.com wrote:
Friedrich Locke wrote:
I am planing using openldap to fetch user/group information. Below my main tree there will be ou=people and ou=group, and below those the regular user or group information.
It happens that a program (ypserv) will fetch information from tree binding as cn=ypserv just below my main tree. This binding should be authenticated, so what should cn=ypserv attributes be?
Probably use applicationProcess and simpleSecurityObject classes.
-- -- Howard Chu CTO, Symas Corp. http://www.symas.com Director, Highland Sun http://highlandsun.com/hyc/ Chief Architect, OpenLDAP http://www.openldap.org/project/
Am Wed, 29 Jun 2011 19:44:41 -0300 schrieb Friedrich Locke friedrich.locke@gmail.com:
I am planing using openldap to fetch user/group information. Below my main tree there will be ou=people and ou=group, and below those the regular user or group information.
It happens that a program (ypserv) will fetch information from tree binding as cn=ypserv just below my main tree. This binding should be authenticated, so what should cn=ypserv attributes be? What about access rules for it ?
Thanks a lot for your time and cooperation.
object class organizationalRole is a structural objectclass and only requires cn, while object class simpleSecurityObject is auxiliary and only provides userPassword.
-Dieter
openldap-technical@openldap.org