Download Administrator Manual - Support
Transcript
8.3 Using An External LDAP Server A replication user, syncuser with password secret can be added to the provider LDAP with adequate rights using the following syncuser.ldif file: dn: cn=syncuser,<suffix> objectClass: person cn: syncuser sn: syncuser userPassword: secret Here, <suffix> is the suffix set in slapd.conf, which is originally something like dc=example,dc=com. The syncuser is added using: ldapadd -x -D "cn=root,<suffix>" -W -f syncuser.ldif This prompts for the root password configured in slapd.conf. To verify syncuser is in the LDAP database the output of ldapsearch can be checked: ldapsearch -x "(sn=syncuser)" To allow access to the userPassword attribute for syncuser the following lines in slapd.conf are changed, from: access to attrs=userPassword by self write by anonymous auth by * none to: access to attrs=userPassword by self write by dn="cn=syncuser,<suffix>" read by anonymous auth by * none Provider configuration is now complete and the server can be restarted using /etc/init.d/ldap restart. External LDAP Server Replication: Configuring The Consumer(s) The consumer is an LDAP server on a Bright Cluster Manager head node. It is configured to replicate with the provider by adding the following lines to /cm/local/apps/openldap/etc/slapd.conf: syncrepl rid=2 provider=ldap://external.ldap.server type=refreshOnly interval=01:00:00:00 searchbase=<suffix> scope=sub schemachecking=off binddn=cn=syncuser,<suffix> bindmethod=simple credentials=secret Here: • The rid=2 value is chosen to avoid conflict with the rid=1 setting used during high availability configuration (section 8.3.2). © Bright Computing, Inc. 277
Related documents
Cisco UCS® Deployment Manual - Support
Developer Manual - Support
Administrator Manual - Support
Installation Manual - Support
User Manual - Support
MySQL™ Cluster Manager 1.2.4 User Manual
Introduction to the JUROPA3 Experimental Partition
ARC Clients
User Manual - Support
Administrator Manual - Support
User Manual - Support
LG 32LV355H 32" Full HD Black LED TV
MYD-SAMA5D3X User Manual
User Manual - Support
OpenStack Deployment Manual - Support
Installation Manual - Support
MYD-SAMA5D3X User Manual
Cloudbursting Manual - Support
User Manual
Using Amazon`s EC2
MultiCam® Plasma User Manual
Cloudbursting Manual - Support