On Thu, 2011-09-29 at 15:20 +0200, Martin Kosek wrote: > How to test: > 1) Add new naming context (suffix) to your LDAP database with installed > IPA (see attached LDIF). The server should return the new suffix as the > first one. You can change with its base DN if it does not. > 2) Install IPA client against the server. ipa-client-install should the > LDAP server as the IPA one only if the patch is applied on the client > > --- > > When LDAP server contains more that one suffixes, the ipa client > installation does not detect it as IPA server and fails to install. > Fix ipa server discovery so that it correctly searches all naming > contexts for the IPA one. > > https://fedorahosted.org/freeipa/ticket/1868 >
And now also with the promised LDIF for adding new suffix.
dn: cn="dc=example,dc=com",cn=mapping tree,cn=config changetype: add objectclass: top objectclass: extensibleObject objectclass: nsMappingTree nsslapd-state: backend nsslapd-backend: UserData cn: dc=example,dc=com dn: cn=UserData,cn=ldbm database,cn=plugins,cn=config changetype: add objectclass: top objectclass: extensibleObject objectclass: nsBackendInstance cn: UserData nsslapd-suffix: dc=example,dc=com dn: dc=example,dc=com changetype: add objectclass: top objectclass: domain dc: example
_______________________________________________ Freeipa-devel mailing list [email protected] https://www.redhat.com/mailman/listinfo/freeipa-devel
