On 03/23/2018 09:05 AM, JESSE LUNT wrote:
Here is the dse.ldif on 389ds2 (strange that it is in a slapd-389ds1 directory, I thought it was supposed to create a directory named slapd-hostname. Could this server be a clone? )
Perhaps, but you can name an instance anything you want.
I see a problem here:
dn: cn=replica,cn=dc\3Dnorthshore\2Cdc\3Dedu,cn=mapping tree,cn=config ... ... nsDS5ReplicaBindDN: cn=directory manager
nsDS5ReplicaBindDN needs to be one of the replication managers (you have two) - it should not be the "Directory Manager":
uid=rmanager,cn=config or uid=RManager2,cn=config
Then on the replication agreement(s) on 389ds1, make sure the agreement bind dn (and credentials) is for one of these replication managers.
Fix this first, and lets see what happens.
Mark
On Thu, Mar 22, 2018 at 4:08 PM, Mark Reynolds <mreynolds@redhat.com mailto:mreynolds@redhat.com> wrote:
On 03/22/2018 04:04 PM, JESSE LUNT wrote:When I access the 389ds2 using an ldap browser, I still do not see the user Root database. However, would I see it if it hasn't finished initializing?You said you already created the userRoot database on 389ds2, so you are saying you don't see it anymore? Any chance I could see the dse.ldif from 389ds2? Perhaps 389ds2 is not properly configured? Anyway you need to look at the logs next to figure out why the initialization is not occurring. The access log should show a connection coming from 389ds1, and it binding as your replication manager. The errors log might also have useful info (on either server). MarkJesse Sent from my iPhone On Mar 22, 2018, at 1:30 PM, Mark Reynolds <mreynolds@redhat.com <mailto:mreynolds@redhat.com>> wrote:How man entries are in the 389ds1? You need to look at the access/errors logs on 389ds2 to see if 389ds1 is making contact and what is it doing. It's also possible it finished initializing. Are there any entries on 389ds2? If you make an update on 389ds1 does it appear on 389ds2? On 03/22/2018 12:51 PM, JESSE LUNT wrote:Hello, I am trying to replicate my userRoot database to another 389LDAP server (supplier: 389ds1, consumer: 389ds2). The database on the supplier has not been replicated to any server for more than 2 years. (yikes!!!). I have been successful in backing up the database in question, and am now trying to create a replica agreement. I created the root suffix on the consumer side (389ds2) and then created a replication agreement from the admin console. The admin console has been in the state of wait while consumer is initialized. <image.png> Here is the output from the repl-monitor script Enter password for (:): Master: 389ds1.northshore.edu:389 <http://389ds1.northshore.edu:389> ldap://389ds1.northshore.edu:389/ <http://389ds1.northshore.edu:389/> Replica ID: 1212 Replica Root: dc=northshore,dc=edu Max CSN: 5ab3dd8f000004bc0000 (03/22/2018 12:45:03) Use of uninitialized value in string at /usr/bin/repl-monitor.pl <http://repl-monitor.pl> line 814, <> line 1. Use of uninitialized value in join or string at /usr/bin/repl-monitor.pl <http://repl-monitor.pl> line 1151, <> line 1. Receiver: 389ds2.northshore.edu:389 <http://389ds2.northshore.edu:389> ldap://389ds2.northshore.edu:389/ <http://389ds2.northshore.edu:389/> Type: consumer Time Lag: - ?:??:?? Max CSN: none Use of uninitialized value in concatenation (.) or string at /usr/bin/repl-monitor.pl <http://repl-monitor.pl> line 855, <> line 1. Last Modify Time: Supplier: 389ds1.northshore.edu:389 <http://389ds1.northshore.edu:389> Sent/Skipped: 0 / 0 Update Status: 0 Replica acquired successfully: Incremental update started Update Started: 03/22/2018 12:45:01 Update Ended: 03/22/2018 12:45:01 Schedule: always in sync SSL: n Replica ID: 1971 Replica Root: o=netscaperoot Max CSN: 5ab1364d000407b30000 (03/20/2018 12:26:53 4 0) Receiver: 389ds2.northshore.edu:389 <http://389ds2.northshore.edu:389> ldap://389ds2.northshore.edu:389/ <http://389ds2.northshore.edu:389/> Type: consumer Time Lag: 0:00:00 Max CSN: 5ab1364d000407b30000 (03/20/2018 12:26:53 4 0) Last Modify Time: 3/20/2018 12:26:52 Supplier: 389ds1.northshore.edu:389 <http://389ds1.northshore.edu:389> Sent/Skipped: 0 / 0 Update Status: 0 Replica acquired successfully: Incremental update succeeded Update Started: 03/20/2018 13:58:15 Update Ended: 03/20/2018 13:58:15 Schedule: always in sync SSL: n My question is... is this hung or is the replication initialization going to take days because of how long it has been since it has replicated the database? -- Thanks, Jesse _______________________________________________ 389-users mailing list -- 389-users@lists.fedoraproject.org <mailto:389-users@lists.fedoraproject.org> To unsubscribe send an email to 389-users-leave@lists.fedoraproject.org <mailto:389-users-leave@lists.fedoraproject.org>--
Jesse Lunt Director of Network and User Services Office of Information Services North Shore Community College (978)-762-4014
Looks like I have a replication conflict but I’m not sure if it’s really the cause of the problem.
ldapsearch -xLLL -o ldif-wrap=no -D cn='directory manager' -w PWD -h ipa102.cnvr.net -b 'dc=CNVR,dc=NET' nsDS5ReplConflict=* dn
cn=System: Read Certmap Configuration+nsuniqueid=0cefb68c-0b9111e8-9447e803-d19ee9c0,cn=permissions,cn=pbac,dc=cnvr,dc=net cn=ipa201-to-ipa202+nsuniqueid=73b7ef20-2e2211e8-bd0bfbd1-7f1a6887,cn=domain,cn=topology,cn=ipa,cn=etc,dc=XXX,dc=net
Those two hosts don’t exist anymore. I rekicked them and changed their names to ipa204 and ipa203 respectively.
Do I delete that on each host where the conflict is shown or just one?
On Mar 23, 2018, at 8:52 AM, Mark Reynolds mreynolds@redhat.com wrote:
On 03/23/2018 09:05 AM, JESSE LUNT wrote:
Here is the dse.ldif on 389ds2 (strange that it is in a slapd-389ds1 directory, I thought it was supposed to create a directory named slapd-hostname. Could this server be a clone? )
Perhaps, but you can name an instance anything you want.
I see a problem here:
dn: cn=replica,cn=dc\3Dnorthshore\2Cdc\3Dedu,cn=mapping tree,cn=config ... ... nsDS5ReplicaBindDN: cn=directory manager
nsDS5ReplicaBindDN needs to be one of the replication managers (you have two) - it should not be the "Directory Manager":
uid=rmanager,cn=config or uid=RManager2,cn=config
Then on the replication agreement(s) on 389ds1, make sure the agreement bind dn (and credentials) is for one of these replication managers.
Fix this first, and lets see what happens.
Mark
On Thu, Mar 22, 2018 at 4:08 PM, Mark Reynolds <mreynolds@redhat.com mailto:mreynolds@redhat.com> wrote:
On 03/22/2018 04:04 PM, JESSE LUNT wrote:
When I access the 389ds2 using an ldap browser, I still do not see the user Root database. However, would I see it if it hasn't finished initializing?
You said you already created the userRoot database on 389ds2, so you are saying you don't see it anymore?
Any chance I could see the dse.ldif from 389ds2? Perhaps 389ds2 is not properly configured?
Anyway you need to look at the logs next to figure out why the initialization is not occurring. The access log should show a connection coming from 389ds1, and it binding as your replication manager. The errors log might also have useful info (on either server).
Mark
Jesse
Sent from my iPhone
On Mar 22, 2018, at 1:30 PM, Mark Reynolds <mreynolds@redhat.com mailto:mreynolds@redhat.com> wrote:
How man entries are in the 389ds1?
You need to look at the access/errors logs on 389ds2 to see if 389ds1 is making contact and what is it doing.
It's also possible it finished initializing. Are there any entries on 389ds2? If you make an update on 389ds1 does it appear on 389ds2?
On 03/22/2018 12:51 PM, JESSE LUNT wrote:
Hello,
I am trying to replicate my userRoot database to another 389LDAP server (supplier: 389ds1, consumer: 389ds2). The database on the supplier has not been replicated to any server for more than 2 years. (yikes!!!).I have been successful in backing up the database in question, and am now trying to create a replica agreement. I created the root suffix on the consumer side (389ds2) and then created a replication agreement from the admin console. The admin console has been in the state of wait while consumer is initialized.
<image.png>
Here is the output from the repl-monitor script
Enter password for (:): Master: 389ds1.northshore.edu:389 http://389ds1.northshore.edu:389/ ldap:// <>389ds1.northshore.edu:389/ http://389ds1.northshore.edu:389/ Replica ID: 1212 Replica Root: dc=northshore,dc=edu Max CSN: 5ab3dd8f000004bc0000 (03/22/2018 12:45:03) Use of uninitialized value in string at /usr/bin/repl-monitor.pl http://repl-monitor.pl/ line 814, <> line 1. Use of uninitialized value in join or string at /usr/bin/repl-monitor.pl http://repl-monitor.pl/ line 1151, <> line 1. Receiver: 389ds2.northshore.edu:389 http://389ds2.northshore.edu:389/ ldap:// <>389ds2.northshore.edu:389/ http://389ds2.northshore.edu:389/ Type: consumer Time Lag: - ?:??:?? Max CSN: none Use of uninitialized value in concatenation (.) or string at /usr/bin/repl-monitor.pl http://repl-monitor.pl/ line 855, <> line 1. Last Modify Time: Supplier: 389ds1.northshore.edu:389 http://389ds1.northshore.edu:389/ Sent/Skipped: 0 / 0 Update Status: 0 Replica acquired successfully: Incremental update started Update Started: 03/22/2018 12:45:01 Update Ended: 03/22/2018 12:45:01 Schedule: always in sync SSL: n Replica ID: 1971 Replica Root: o=netscaperoot Max CSN: 5ab1364d000407b30000 (03/20/2018 12:26:53 4 0) Receiver: 389ds2.northshore.edu:389 http://389ds2.northshore.edu:389/ ldap:// <>389ds2.northshore.edu:389/ http://389ds2.northshore.edu:389/ Type: consumer Time Lag: 0:00:00 Max CSN: 5ab1364d000407b30000 (03/20/2018 12:26:53 4 0) Last Modify Time: 3/20/2018 12:26:52 Supplier: 389ds1.northshore.edu:389 http://389ds1.northshore.edu:389/ Sent/Skipped: 0 / 0 Update Status: 0 Replica acquired successfully: Incremental update succeeded Update Started: 03/20/2018 13:58:15 Update Ended: 03/20/2018 13:58:15 Schedule: always in sync SSL: n
My question is... is this hung or is the replication initialization going to take days because of how long it has been since it has replicated the database?
Thanks,
Jesse
389-users mailing list -- 389-users@lists.fedoraproject.org mailto:389-users@lists.fedoraproject.org To unsubscribe send an email to 389-users-leave@lists.fedoraproject.org mailto:389-users-leave@lists.fedoraproject.org
--
Jesse Lunt Director of Network and User Services Office of Information Services North Shore Community College (978)-762-4014
389-users mailing list -- 389-users@lists.fedoraproject.org To unsubscribe send an email to 389-users-leave@lists.fedoraproject.org
Mark
When I change the binding account I now get a permission denied error.
On Fri, Mar 23, 2018 at 9:52 AM, Mark Reynolds mreynolds@redhat.com wrote:
On 03/23/2018 09:05 AM, JESSE LUNT wrote:
Here is the dse.ldif on 389ds2 (strange that it is in a slapd-389ds1 directory, I thought it was supposed to create a directory named slapd-hostname. Could this server be a clone? )
Perhaps, but you can name an instance anything you want.
I see a problem here:
dn: cn=replica,cn=dc\3Dnorthshore\2Cdc\3Dedu,cn=mapping tree,cn=config ... ... nsDS5ReplicaBindDN: cn=directory manager
nsDS5ReplicaBindDN needs to be one of the replication managers (you have two) - it should not be the "Directory Manager":
uid=rmanager,cn=config or uid=RManager2,cn=config
Then on the replication agreement(s) on 389ds1, make sure the agreement bind dn (and credentials) is for one of these replication managers.
Fix this first, and lets see what happens.
Mark
On Thu, Mar 22, 2018 at 4:08 PM, Mark Reynolds mreynolds@redhat.com wrote:
On 03/22/2018 04:04 PM, JESSE LUNT wrote:
When I access the 389ds2 using an ldap browser, I still do not see the user Root database. However, would I see it if it hasn't finished initializing?
You said you already created the userRoot database on 389ds2, so you are saying you don't see it anymore?
Any chance I could see the dse.ldif from 389ds2? Perhaps 389ds2 is not properly configured?
Anyway you need to look at the logs next to figure out why the initialization is not occurring. The access log should show a connection coming from 389ds1, and it binding as your replication manager. The errors log might also have useful info (on either server).
Mark
Jesse
Sent from my iPhone
On Mar 22, 2018, at 1:30 PM, Mark Reynolds mreynolds@redhat.com wrote:
How man entries are in the 389ds1?
You need to look at the access/errors logs on 389ds2 to see if 389ds1 is making contact and what is it doing.
It's also possible it finished initializing. Are there any entries on 389ds2? If you make an update on 389ds1 does it appear on 389ds2?
On 03/22/2018 12:51 PM, JESSE LUNT wrote:
Hello,
I am trying to replicate my userRoot database to another 389LDAPserver (supplier: 389ds1, consumer: 389ds2). The database on the supplier has not been replicated to any server for more than 2 years. (yikes!!!).
I have been successful in backing up the database in question, and am now trying to create a replica agreement. I created the root suffix on the consumer side (389ds2) and then created a replication agreement from the admin console. The admin console has been in the state of wait while consumer is initialized.
<image.png>
Here is the output from the repl-monitor script
Enter password for (:): Master: 389ds1.northshore.edu:389 ldap:// 389ds1.northshore.edu:389/ Replica ID: 1212 Replica Root: dc=northshore,dc=edu Max CSN: 5ab3dd8f000004bc0000 (03/22/2018 12:45:03) Use of uninitialized value in string at /usr/bin/repl-monitor.pl line 814, <> line 1. Use of uninitialized value in join or string at /usr/bin/repl-monitor.pl line 1151, <> line 1. Receiver: 389ds2.northshore.edu:389 ldap://389ds2.northshore.edu:389/ Type: consumer Time Lag: - ?:??:?? Max CSN: none Use of uninitialized value in concatenation (.) or string at /usr/bin/ repl-monitor.pl line 855, <> line 1. Last Modify Time: Supplier: 389ds1.northshore.edu:389 Sent/Skipped: 0 / 0 Update Status: 0 Replica acquired successfully: Incremental update started Update Started: 03/22/2018 12:45:01 Update Ended: 03/22/2018 12:45:01 Schedule: always in sync SSL: n Replica ID: 1971 Replica Root: o=netscaperoot Max CSN: 5ab1364d000407b30000 (03/20/2018 12:26:53 4 0) Receiver: 389ds2.northshore.edu:389 ldap://389ds2.northshore.edu:389/ Type: consumer Time Lag: 0:00:00 Max CSN: 5ab1364d000407b30000 (03/20/2018 12:26:53 4 0) Last Modify Time: 3/20/2018 12:26:52 Supplier: 389ds1.northshore.edu:389 Sent/Skipped: 0 / 0 Update Status: 0 Replica acquired successfully: Incremental update succeeded Update Started: 03/20/2018 13:58:15 Update Ended: 03/20/2018 13:58:15 Schedule: always in sync SSL: n
My question is... is this hung or is the replication initialization going to take days because of how long it has been since it has replicated the database? --
Thanks,
Jesse
389-users mailing list -- 389-users@lists.fedoraproject.org To unsubscribe send an email to 389-users-leave@lists.fedoraproject.org
--
Jesse Lunt Director of Network and User Services Office of Information Services North Shore Community College (978)-762-4014 <(978)%20762-4014>
Did you change both master and consumer's config?
Consumer:
dn: cn=replica,cn=dc\3Dnorthshore\2Cdc\3Dedu,cn=mapping tree,cn=config ... nsDS5ReplicaBindDN: <Set to replica manager>
Master:
Update the agreements to use replica manager
On 03/23/2018 11:53 AM, JESSE LUNT wrote:
Mark
When I change the binding account I now get a permission denied error.
On Fri, Mar 23, 2018 at 9:52 AM, Mark Reynolds <mreynolds@redhat.com mailto:mreynolds@redhat.com> wrote:
On 03/23/2018 09:05 AM, JESSE LUNT wrote:Here is the dse.ldif on 389ds2 (strange that it is in a slapd-389ds1 directory, I thought it was supposed to create a directory named slapd-hostname. Could this server be a clone? )Perhaps, but you can name an instance anything you want. I see a problem here: dn: cn=replica,cn=dc\3Dnorthshore\2Cdc\3Dedu,cn=mapping tree,cn=config ... ... nsDS5ReplicaBindDN: cn=directory manager nsDS5ReplicaBindDN needs to be one of the replication managers (you have two) - it should not be the "Directory Manager": uid=rmanager,cn=config or uid=RManager2,cn=config Then on the replication agreement(s) on 389ds1, make sure the agreement bind dn (and credentials) is for one of these replication managers. Fix this first, and lets see what happens. MarkOn Thu, Mar 22, 2018 at 4:08 PM, Mark Reynolds <mreynolds@redhat.com <mailto:mreynolds@redhat.com>> wrote: On 03/22/2018 04:04 PM, JESSE LUNT wrote:When I access the 389ds2 using an ldap browser, I still do not see the user Root database. However, would I see it if it hasn't finished initializing?You said you already created the userRoot database on 389ds2, so you are saying you don't see it anymore? Any chance I could see the dse.ldif from 389ds2? Perhaps 389ds2 is not properly configured? Anyway you need to look at the logs next to figure out why the initialization is not occurring. The access log should show a connection coming from 389ds1, and it binding as your replication manager. The errors log might also have useful info (on either server). MarkJesse Sent from my iPhone On Mar 22, 2018, at 1:30 PM, Mark Reynolds <mreynolds@redhat.com <mailto:mreynolds@redhat.com>> wrote:How man entries are in the 389ds1? You need to look at the access/errors logs on 389ds2 to see if 389ds1 is making contact and what is it doing. It's also possible it finished initializing. Are there any entries on 389ds2? If you make an update on 389ds1 does it appear on 389ds2? On 03/22/2018 12:51 PM, JESSE LUNT wrote:Hello, I am trying to replicate my userRoot database to another 389LDAP server (supplier: 389ds1, consumer: 389ds2). The database on the supplier has not been replicated to any server for more than 2 years. (yikes!!!). I have been successful in backing up the database in question, and am now trying to create a replica agreement. I created the root suffix on the consumer side (389ds2) and then created a replication agreement from the admin console. The admin console has been in the state of wait while consumer is initialized. <image.png> Here is the output from the repl-monitor script Enter password for (:): Master: 389ds1.northshore.edu:389 <http://389ds1.northshore.edu:389> ldap://389ds1.northshore.edu:389/ <http://389ds1.northshore.edu:389/> Replica ID: 1212 Replica Root: dc=northshore,dc=edu Max CSN: 5ab3dd8f000004bc0000 (03/22/2018 12:45:03) Use of uninitialized value in string at /usr/bin/repl-monitor.pl <http://repl-monitor.pl> line 814, <> line 1. Use of uninitialized value in join or string at /usr/bin/repl-monitor.pl <http://repl-monitor.pl> line 1151, <> line 1. Receiver: 389ds2.northshore.edu:389 <http://389ds2.northshore.edu:389> ldap://389ds2.northshore.edu:389/ <http://389ds2.northshore.edu:389/> Type: consumer Time Lag: - ?:??:?? Max CSN: none Use of uninitialized value in concatenation (.) or string at /usr/bin/repl-monitor.pl <http://repl-monitor.pl> line 855, <> line 1. Last Modify Time: Supplier: 389ds1.northshore.edu:389 <http://389ds1.northshore.edu:389> Sent/Skipped: 0 / 0 Update Status: 0 Replica acquired successfully: Incremental update started Update Started: 03/22/2018 12:45:01 Update Ended: 03/22/2018 12:45:01 Schedule: always in sync SSL: n Replica ID: 1971 Replica Root: o=netscaperoot Max CSN: 5ab1364d000407b30000 (03/20/2018 12:26:53 4 0) Receiver: 389ds2.northshore.edu:389 <http://389ds2.northshore.edu:389> ldap://389ds2.northshore.edu:389/ <http://389ds2.northshore.edu:389/> Type: consumer Time Lag: 0:00:00 Max CSN: 5ab1364d000407b30000 (03/20/2018 12:26:53 4 0) Last Modify Time: 3/20/2018 12:26:52 Supplier: 389ds1.northshore.edu:389 <http://389ds1.northshore.edu:389> Sent/Skipped: 0 / 0 Update Status: 0 Replica acquired successfully: Incremental update succeeded Update Started: 03/20/2018 13:58:15 Update Ended: 03/20/2018 13:58:15 Schedule: always in sync SSL: n My question is... is this hung or is the replication initialization going to take days because of how long it has been since it has replicated the database? -- Thanks, Jesse _______________________________________________ 389-users mailing list -- 389-users@lists.fedoraproject.org <mailto:389-users@lists.fedoraproject.org> To unsubscribe send an email to 389-users-leave@lists.fedoraproject.org <mailto:389-users-leave@lists.fedoraproject.org>-- Jesse Lunt Director of Network and User Services Office of Information Services North Shore Community College (978)-762-4014 <tel:%28978%29%20762-4014>--
Jesse Lunt Director of Network and User Services Office of Information Services North Shore Community College (978)-762-4014
Yes. Here is the config on 389ds2 (back up server)
dn: objectClass: top aci: (targetattr != "aci")(version 3.0; aci "rootdse anon read access"; allow( read,search,compare) userdn="ldap:///anyone";) creatorsName: cn=server,cn=plugins,cn=config modifiersName: cn=server,cn=plugins,cn=config createTimestamp: 20100127020750Z modifyTimestamp: 20100127020750Z retryCountResetTime: 20111128195344Z passwordRetryCount: 4 accountUnlockTime: 20111128204401Z
dn: cn=config cn: config objectClass: top objectClass: extensibleObject objectClass: nsslapdConfig nsslapd-schemadir: /etc/dirsrv/slapd-389ds1/schema nsslapd-lockdir: /var/lock/dirsrv/slapd-389ds1 nsslapd-tmpdir: /tmp nsslapd-certdir: /etc/dirsrv/slapd-389ds1 nsslapd-ldifdir: /var/lib/dirsrv/slapd-389ds1/ldif nsslapd-bakdir: /var/lib/dirsrv/slapd-389ds1/bak nsslapd-rundir: /var/run/dirsrv nsslapd-instancedir: /usr/lib/dirsrv/slapd-389ds1 nsslapd-accesslog-logging-enabled: on nsslapd-accesslog-maxlogsperdir: 10 nsslapd-accesslog-mode: 600 nsslapd-accesslog-maxlogsize: 100 nsslapd-accesslog-logrotationtime: 1 nsslapd-accesslog-logrotationtimeunit: day nsslapd-accesslog-logrotationsync-enabled: off nsslapd-accesslog-logrotationsynchour: 0 nsslapd-accesslog-logrotationsyncmin: 0 nsslapd-accesslog: /var/log/dirsrv/slapd-389ds1/access nsslapd-enquote-sup-oc: off nsslapd-localhost: 389ds1.northshore.edu nsslapd-schemacheck: on nsslapd-syntaxcheck: on nsslapd-dn-validate-strict: off nsslapd-rewrite-rfc1274: off nsslapd-return-exact-case: on nsslapd-ssl-check-hostname: on nsslapd-allow-unauthenticated-binds: off nsslapd-require-secure-binds: off nsslapd-allow-anonymous-access: on nsslapd-minssf: 0 nsslapd-port: 389 nsslapd-localuser: ds nsslapd-errorlog-logging-enabled: on nsslapd-errorlog-mode: 600 nsslapd-errorlog-maxlogsperdir: 2 nsslapd-errorlog-maxlogsize: 100 nsslapd-errorlog-logrotationtime: 1 nsslapd-errorlog-logrotationtimeunit: week nsslapd-errorlog-logrotationsync-enabled: off nsslapd-errorlog-logrotationsynchour: 0 nsslapd-errorlog-logrotationsyncmin: 0 nsslapd-errorlog: /var/log/dirsrv/slapd-389ds1/errors nsslapd-auditlog: /var/log/dirsrv/slapd-389ds1/audit nsslapd-auditlog-mode: 600 nsslapd-auditlog-maxlogsize: 100 nsslapd-auditlog-logrotationtime: 1 nsslapd-auditlog-logrotationtimeunit: day nsslapd-rootdn: cn=Directory Manager nsslapd-maxdescriptors: 1024 nsslapd-max-filter-nest-level: 40 nsslapd-ldapifilepath: /var/run/slapd-389ds1.socket nsslapd-ldapilisten: off nsslapd-ldapiautobind: off nsslapd-ldapimaprootdn: cn=Directory Manager nsslapd-ldapimaptoentries: off nsslapd-ldapiuidnumbertype: uidNumber nsslapd-ldapigidnumbertype: gidNumber nsslapd-ldapientrysearchbase: dc=northshore, dc=edu aci: (targetattr="*")(version 3.0; acl "Configuration Administrators Group"; a llow (all) groupdn="ldap:///cn=Configuration Administrators, ou=Groups, ou=T opologyManagement, o=NetscapeRoot";) aci: (targetattr="*")(version 3.0; acl "Configuration Administrator"; allow (a ll) userdn="ldap:///uid=admin, ou=Administrators, ou=TopologyManagement, o=N etscapeRoot";) aci: (targetattr = "*")(version 3.0; acl "SIE Group"; allow (all) groupdn = "l dap:///cn=slapd-389ds1, cn=389 Directory Server, cn=Server Group, cn=389ds1. northshore.edu, ou=northshore.edu, o=NetscapeRoot";) modifiersName: cn=server,cn=plugins,cn=config modifyTimestamp: 20180320153452Z nsslapd-security: on passwordMaxAge: 31536000 passwordExp: off passwordHistory: off passwordWarning: 0 nsslapd-pwpolicy-local: on passwordLockout: on passwordMinAge: 0 passwordGraceLimit: 100 nsslapd-errorlog-level: 8192 nsslapd-sizelimit: -1 numSubordinates: 13 nsslapd-defaultnamingcontext: dc=northshore,dc=edu nsslapd-rootpw: {SSHA}DL6gwNUtqseS1FaX3GJV4EvnKqml4hTmldFy9w==
dn: cn=monitor objectClass: top objectClass: extensibleObject cn: monitor aci: (target ="ldap:///cn=monitor*")(targetattr != "aci || connection")(versio n 3.0; acl "monitor"; allow( read, search, compare ) userdn = "ldap:///anyon e";) creatorsName: cn=server,cn=plugins,cn=config modifiersName: cn=server,cn=plugins,cn=config createTimestamp: 20100127020750Z modifyTimestamp: 20100127020750Z numSubordinates: 3
dn: cn=changelog5,cn=config objectClass: top objectClass: extensibleObject cn: changelog5 nsslapd-changelogdir: /var/lib/dirsrv/slapd-389ds1/changelogdb creatorsName: cn=directory manager modifiersName: cn=directory manager createTimestamp: 20171101171359Z modifyTimestamp: 20171101171359Z
dn: cn=encryption,cn=config objectClass: top objectClass: nsEncryptionConfig cn: encryption nsSSLSessionTimeout: 0 nsSSLClientAuth: allowed nsSSL2: off nsSSL3: on creatorsName: cn=server,cn=plugins,cn=config modifiersName: uid=admin,ou=administrators,ou=topologymanagement,o=netscaperoo t createTimestamp: 20100127020750Z modifyTimestamp: 20100128204448Z nsSSL3Ciphers: +rsa_rc4_128_md5,+rsa_3des_sha,+fortezza_null,-rsa_null_md5,+fo rtezza,+rsa_rc4_40_md5,+rsa_rc2_40_md5,+rsa_des_sha,+fortezza_rc4_128_sha,+t ls_rsa_export1024_with_rc4_56_sha,+tls_rsa_export1024_with_des_cbc_sha nsKeyfile: alias/slapd-389ds1-key3.db nsCertfile: alias/slapd-389ds1-cert8.db numSubordinates: 1
dn: cn=features,cn=config objectClass: top objectClass: nsContainer cn: features creatorsName: cn=server,cn=plugins,cn=config modifiersName: cn=server,cn=plugins,cn=config createTimestamp: 20100127020750Z modifyTimestamp: 20100127020750Z numSubordinates: 4
dn: cn=mapping tree,cn=config objectClass: top objectClass: extensibleObject cn: mapping tree numSubordinates: 2
dn: cn=nsPwPolicyContainer,cn=config objectClass: nsContainer objectClass: top cn: nsPwPolicyContainer creatorsName: cn=directory manager modifiersName: cn=directory manager createTimestamp: 20180320162157Z modifyTimestamp: 20180320162157Z numSubordinates: 1
dn: cn=plugins,cn=config objectClass: top objectClass: nsContainer cn: plugins numSubordinates: 58
dn: cn=replication,cn=config objectClass: top objectClass: extensibleobject cn: replication creatorsName: cn=Multimaster Replication Plugin,cn=plugins,cn=config modifiersName: cn=Multimaster Replication Plugin,cn=plugins,cn=config createTimestamp: 20100127020750Z modifyTimestamp: 20100127020750Z numSubordinates: 1
dn: cn=sasl,cn=config objectClass: top objectClass: nsContainer cn: sasl numSubordinates: 1
dn: cn=SNMP,cn=config objectClass: top objectClass: nsSNMP cn: SNMP nsSNMPEnabled: on aci: (target="ldap:///cn=SNMP,cn=config")(targetattr !="aci")(version 3.0;acl "snmp";allow (read, search, compare)(userdn = "ldap:///anyone");) creatorsName: cn=server,cn=plugins,cn=config modifiersName: cn=server,cn=plugins,cn=config createTimestamp: 20100127020750Z modifyTimestamp: 20100127020750Z
dn: cn=tasks,cn=config objectClass: top objectClass: extensibleObject cn: tasks numSubordinates: 28
dn: cn=uniqueid generator,cn=config objectClass: top objectClass: extensibleObject nsState:: gA+4FtIdsgHVxIt3AAAPQQAAAAA= cn: uniqueid generator creatorsName: cn=server,cn=plugins,cn=config modifiersName: cn=server,cn=plugins,cn=config createTimestamp: 20100127020750Z modifyTimestamp: 20180320145803Z
dn: uid=rmanager,cn=config uid: rmanager givenName: replication manager objectClass: top objectClass: person objectClass: organizationalPerson objectClass: inetorgperson sn: manager cn: directory manager userPassword: {SSHA}Q6BkStQecBSJFsro4jrOP5Suf6fIVemBV4SLGQ== creatorsName: cn=directory manager modifiersName: cn=directory manager createTimestamp: 20180319140621Z modifyTimestamp: 20180323145435Z pwdpolicysubentry: cn=cn\3DnsPwPolicyEntry\2Cuid\3Drmanager\2Ccn\3Dconfig,cn=n sPwPolicyContainer,cn=config passwordGraceUserTime: 0
dn: uid=RManager2,cn=config uid: RManager2 givenName: Replication objectClass: top objectClass: person objectClass: organizationalPerson objectClass: inetorgperson sn: Manager cn: Replication Manager userPassword: {SSHA}p8hq6oMxQY7TlO8QB3lzUMpbuQsGHri8mmiHEQ== creatorsName: cn=directory manager modifiersName: cn=directory manager createTimestamp: 20171106192255Z modifyTimestamp: 20171106192255Z
dn: cn=counters,cn=monitor objectClass: top objectClass: extensibleObject cn: counters creatorsName: cn=server,cn=plugins,cn=config modifiersName: cn=server,cn=plugins,cn=config createTimestamp: 20100127020750Z modifyTimestamp: 20100127020750Z
dn: cn=snmp,cn=monitor objectClass: top objectClass: extensibleObject cn: snmp creatorsName: cn=server,cn=plugins,cn=config modifiersName: cn=server,cn=plugins,cn=config createTimestamp: 20100127020750Z modifyTimestamp: 20100127020750Z
dn: cn=RSA,cn=encryption,cn=config nsSSLToken: internal (software) nsSSLPersonalitySSL: server-cert nsSSLActivation: on objectClass: top objectClass: nsEncryptionModule cn: RSA creatorsName: uid=admin,ou=administrators,ou=topologymanagement,o=netscaperoot modifiersName: uid=admin,ou=administrators,ou=topologymanagement,o=netscaperoo t createTimestamp: 20100127160834Z modifyTimestamp: 20100128204448Z
dn: cn=options,cn=features,cn=config objectClass: top objectClass: nsContainer cn: options creatorsName: cn=server,cn=plugins,cn=config modifiersName: cn=server,cn=plugins,cn=config createTimestamp: 20100127020750Z modifyTimestamp: 20100127020750Z
dn: oid=1.3.6.1.4.1.42.2.27.9.5.8,cn=features,cn=config objectClass: top objectClass: directoryServerFeature oid: 1.3.6.1.4.1.42.2.27.9.5.8 cn: Account Usable Request Control
dn: oid=2.16.840.1.113730.3.4.9,cn=features,cn=config objectClass: top objectClass: directoryServerFeature oid: 2.16.840.1.113730.3.4.9 cn: VLV Request Control aci: (targetattr != "aci")(version 3.0; acl "VLV Request Control"; allow( read , search, compare, proxy ) userdn = "ldap:///all";) creatorsName: cn=server,cn=plugins,cn=config modifiersName: cn=server,cn=plugins,cn=config createTimestamp: 20100127020750Z modifyTimestamp: 20100127020750Z
dn: oid=2.16.840.1.113730.3.5.7,cn=features,cn=config objectClass: top objectClass: directoryServerFeature cn: Bulk Import oid: 2.16.840.1.113730.3.5.7 creatorsName: cn=server,cn=plugins,cn=config modifiersName: cn=server,cn=plugins,cn=config createTimestamp: 20100127020750Z modifyTimestamp: 20100127020750Z
dn: cn=dc\3Dnorthshore\2Cdc\3Dedu,cn=mapping tree,cn=config objectClass: top objectClass: extensibleObject objectClass: nsMappingTree nsslapd-state: Referral on Update nsslapd-backend: userRoot cn: "dc=northshore,dc=edu" cn: dc=northshore,dc=edu creatorsName: cn=directory manager modifiersName: cn=directory manager createTimestamp: 20180320153452Z modifyTimestamp: 20180320162500Z nsslapd-referral: ldap://389ds1.northshore.edu:389 nsslapd-referral: ldap://389ds1.northshore.edu:389/dc=northshore dc=edu numSubordinates: 1
dn: cn=o\3Dnetscaperoot,cn=mapping tree,cn=config nsslapd-state: referral on update objectClass: top objectClass: extensibleObject objectClass: nsMappingTree cn: "o=netscaperoot" nsslapd-backend: NetscapeRoot creatorsName: cn=directory manager modifiersName: cn=server,cn=plugins,cn=config createTimestamp: 20100127020750Z modifyTimestamp: 20180213155809Z nsslapd-referral: ldap://10.1.9.36:389/o=netscaperoot numSubordinates: 1
dn: cn=cn\3DnsPwPolicyEntry\2Cuid\3Drmanager\2Ccn\3Dconfig,cn=nsPwPolicyContai ner,cn=config objectClass: ldapsubentry objectClass: passwordpolicy objectClass: top cn: cn=nsPwPolicyEntry,uid=rmanager,cn=config creatorsName: cn=directory manager modifiersName: cn=directory manager createTimestamp: 20180320162157Z modifyTimestamp: 20180320162157Z passwordMustChange: off passwordExp: off passwordHistory: off passwordMinAge: 0 passwordChange: off passwordStorageScheme: ssha
dn: cn=7-bit check,cn=plugins,cn=config objectClass: top objectClass: nsSlapdPlugin objectClass: extensibleObject cn: 7-bit check nsslapd-pluginPath: libattr-unique-plugin nsslapd-pluginInitfunc: NS7bitAttr_Init nsslapd-pluginType: preoperation nsslapd-pluginEnabled: on nsslapd-pluginarg0: uid nsslapd-pluginarg1: mail nsslapd-pluginarg2: userpassword nsslapd-pluginarg3: , nsslapd-pluginarg4: dc=northshore, dc=edu nsslapd-plugin-depends-on-type: database nsslapd-pluginId: NS7bitAttr nsslapd-pluginVersion: 1.2.11.32 nsslapd-pluginVendor: 389 Project nsslapd-pluginDescription: Enforce 7-bit clean attribute values
dn: cn=Account Usability Plugin,cn=plugins,cn=config objectClass: top objectClass: nsSlapdPlugin objectClass: extensibleObject cn: Account Usability Plugin nsslapd-pluginPath: libacctusability-plugin nsslapd-pluginInitfunc: auc_init nsslapd-pluginType: preoperation nsslapd-pluginEnabled: on nsslapd-plugin-depends-on-type: database nsslapd-pluginId: Account Usability Control nsslapd-pluginVersion: 1.2.11.32 nsslapd-pluginVendor: 389 Project nsslapd-pluginDescription: Account Usability Control plugin
dn: cn=ACL Plugin,cn=plugins,cn=config objectClass: top objectClass: nsSlapdPlugin objectClass: extensibleObject cn: ACL Plugin nsslapd-pluginPath: libacl-plugin nsslapd-pluginInitfunc: acl_init nsslapd-pluginType: accesscontrol nsslapd-pluginEnabled: on nsslapd-plugin-depends-on-type: database nsslapd-pluginId: acl nsslapd-pluginVersion: 1.2.11.32 nsslapd-pluginVendor: 389 Project nsslapd-pluginDescription: acl access check plugin
dn: cn=ACL preoperation,cn=plugins,cn=config objectClass: top objectClass: nsSlapdPlugin objectClass: extensibleObject cn: ACL preoperation nsslapd-pluginPath: libacl-plugin nsslapd-pluginInitfunc: acl_preopInit nsslapd-pluginType: preoperation nsslapd-pluginEnabled: on nsslapd-plugin-depends-on-type: database nsslapd-pluginId: acl nsslapd-pluginVersion: 1.2.11.32 nsslapd-pluginVendor: 389 Project nsslapd-pluginDescription: acl access check plugin
dn: cn=attribute uniqueness,cn=plugins,cn=config objectClass: top objectClass: nsSlapdPlugin objectClass: extensibleObject cn: attribute uniqueness nsslapd-pluginPath: libattr-unique-plugin nsslapd-pluginInitfunc: NSUniqueAttr_Init nsslapd-pluginType: preoperation nsslapd-pluginEnabled: off nsslapd-pluginarg0: uid nsslapd-pluginarg1: dc=northshore, dc=edu nsslapd-plugin-depends-on-type: database nsslapd-pluginId: none nsslapd-pluginVersion: none nsslapd-pluginVendor: none nsslapd-pluginDescription: none
dn: cn=Auto Membership Plugin,cn=plugins,cn=config objectClass: top objectClass: nsSlapdPlugin objectClass: extensibleObject cn: Auto Membership Plugin nsslapd-pluginPath: libautomember-plugin nsslapd-pluginInitfunc: automember_init nsslapd-pluginType: preoperation nsslapd-pluginEnabled: on nsslapd-plugin-depends-on-type: database nsslapd-pluginId: Auto Membership nsslapd-pluginVersion: 1.2.11.32 nsslapd-pluginVendor: 389 Project nsslapd-pluginDescription: Auto Membership plugin
dn: cn=Binary Syntax,cn=plugins,cn=config objectClass: top objectClass: nsSlapdPlugin objectClass: extensibleObject cn: Binary Syntax nsslapd-pluginPath: libsyntax-plugin nsslapd-pluginInitfunc: bin_init nsslapd-pluginType: syntax nsslapd-pluginEnabled: on nsslapd-pluginId: bin-syntax nsslapd-pluginVersion: 1.2.11.32 nsslapd-pluginVendor: 389 Project nsslapd-pluginDescription: binary attribute syntax plugin
dn: cn=Bit String Syntax,cn=plugins,cn=config objectClass: top objectClass: nsSlapdPlugin objectClass: extensibleObject cn: Bit String nsslapd-pluginPath: libsyntax-plugin nsslapd-pluginInitfunc: bitstring_init nsslapd-pluginType: syntax nsslapd-pluginEnabled: on nsslapd-pluginId: bitstring-syntax nsslapd-pluginVersion: 1.2.11.32 nsslapd-pluginVendor: 389 Project nsslapd-pluginDescription: Bit String attribute syntax plugin
dn: cn=Bitwise Plugin,cn=plugins,cn=config objectClass: top objectClass: nsSlapdPlugin objectClass: extensibleObject cn: Bitwise Plugin nsslapd-pluginPath: libbitwise-plugin nsslapd-pluginInitfunc: bitwise_init nsslapd-pluginType: matchingRule nsslapd-pluginEnabled: on nsslapd-pluginId: bitwise nsslapd-pluginVersion: 1.2.11.32 nsslapd-pluginVendor: 389 Project nsslapd-pluginDescription: bitwise match plugin
dn: cn=Boolean Syntax,cn=plugins,cn=config objectClass: top objectClass: nsSlapdPlugin objectClass: extensibleObject cn: Boolean Syntax nsslapd-pluginPath: libsyntax-plugin nsslapd-pluginInitfunc: boolean_init nsslapd-pluginType: syntax nsslapd-pluginEnabled: on nsslapd-pluginId: boolean-syntax nsslapd-pluginVersion: 1.2.11.32 nsslapd-pluginVendor: 389 Project nsslapd-pluginDescription: Boolean attribute syntax plugin
dn: cn=Case Exact String Syntax,cn=plugins,cn=config objectClass: top objectClass: nsSlapdPlugin objectClass: extensibleObject cn: Case Exact String Syntax nsslapd-pluginPath: libsyntax-plugin nsslapd-pluginInitfunc: ces_init nsslapd-pluginType: syntax nsslapd-pluginEnabled: on nsslapd-pluginId: ces-syntax nsslapd-pluginVersion: 1.2.11.32 nsslapd-pluginVendor: 389 Project nsslapd-pluginDescription: caseExactString attribute syntax plugin
dn: cn=Case Ignore String Syntax,cn=plugins,cn=config objectClass: top objectClass: nsSlapdPlugin objectClass: extensibleObject cn: Case Ignore String Syntax nsslapd-pluginPath: libsyntax-plugin nsslapd-pluginInitfunc: cis_init nsslapd-pluginType: syntax nsslapd-pluginEnabled: on nsslapd-pluginId: directorystring-syntax nsslapd-pluginVersion: 1.2.11.32 nsslapd-pluginVendor: 389 Project nsslapd-pluginDescription: DirectoryString attribute syntax plugin
dn: cn=chaining database,cn=plugins,cn=config objectClass: top objectClass: nsSlapdPlugin objectClass: extensibleObject cn: chaining database nsslapd-pluginPath: libchainingdb-plugin nsslapd-pluginInitfunc: chaining_back_init nsslapd-pluginType: database nsslapd-pluginEnabled: on nsslapd-pluginId: chaining database nsslapd-pluginVersion: 1.2.11.32 nsslapd-pluginVendor: 389 Project nsslapd-pluginDescription: LDAP chaining backend database plugin numSubordinates: 2
dn: cn=Class of Service,cn=plugins,cn=config objectClass: top objectClass: nsSlapdPlugin objectClass: extensibleObject cn: Class of Service nsslapd-pluginPath: libcos-plugin nsslapd-pluginInitfunc: cos_init nsslapd-pluginType: object nsslapd-pluginEnabled: on nsslapd-plugin-depends-on-type: database nsslapd-plugin-depends-on-named: State Change Plugin nsslapd-plugin-depends-on-named: Views nsslapd-pluginId: cos nsslapd-pluginVersion: 1.2.11.32 nsslapd-pluginVendor: 389 Project nsslapd-pluginDescription: class of service plugin
dn: cn=Country String Syntax,cn=plugins,cn=config objectClass: top objectClass: nsSlapdPlugin objectClass: extensibleObject cn: Country String Syntax nsslapd-pluginPath: libsyntax-plugin nsslapd-pluginInitfunc: country_init nsslapd-pluginType: syntax nsslapd-pluginEnabled: on nsslapd-pluginId: countrystring-syntax nsslapd-pluginVersion: 1.2.11.32 nsslapd-pluginVendor: 389 Project nsslapd-pluginDescription: Country String attribute syntax plugin
dn: cn=Delivery Method Syntax,cn=plugins,cn=config objectClass: top objectClass: nsSlapdPlugin objectClass: extensibleObject cn: Delivery Method Syntax nsslapd-pluginPath: libsyntax-plugin nsslapd-pluginInitfunc: delivery_init nsslapd-pluginType: syntax nsslapd-pluginEnabled: on nsslapd-pluginId: delivery-syntax nsslapd-pluginVersion: 1.2.11.32 nsslapd-pluginVendor: 389 Project nsslapd-pluginDescription: Delivery Method attribute syntax plugin
dn: cn=deref,cn=plugins,cn=config objectClass: top objectClass: nsSlapdPlugin objectClass: extensibleObject objectClass: nsContainer cn: deref nsslapd-pluginPath: libderef-plugin nsslapd-pluginInitfunc: deref_init nsslapd-pluginType: preoperation nsslapd-pluginEnabled: on nsslapd-plugin-depends-on-type: database nsslapd-pluginId: Dereference nsslapd-pluginVersion: 1.2.11.32 nsslapd-pluginVendor: 389 Project nsslapd-pluginDescription: Dereference plugin
dn: cn=Distinguished Name Syntax,cn=plugins,cn=config objectClass: top objectClass: nsSlapdPlugin objectClass: extensibleObject cn: Distinguished Name Syntax nsslapd-pluginPath: libsyntax-plugin nsslapd-pluginInitfunc: dn_init nsslapd-pluginType: syntax nsslapd-pluginEnabled: on nsslapd-pluginId: dn-syntax nsslapd-pluginVersion: 1.2.11.32 nsslapd-pluginVendor: 389 Project nsslapd-pluginDescription: distinguished name attribute syntax plugin
dn: cn=Distributed Numeric Assignment Plugin,cn=plugins,cn=config objectClass: top objectClass: nsSlapdPlugin objectClass: extensibleObject objectClass: nsContainer cn: Distributed Numeric Assignment Plugin nsslapd-pluginInitfunc: dna_init nsslapd-pluginType: bepreoperation nsslapd-pluginEnabled: off nsslapd-pluginPath: libdna-plugin nsslapd-plugin-depends-on-type: database nsslapd-pluginId: none nsslapd-pluginVersion: none nsslapd-pluginVendor: none nsslapd-pluginDescription: none
dn: cn=Enhanced Guide Syntax,cn=plugins,cn=config objectClass: top objectClass: nsSlapdPlugin objectClass: extensibleObject cn: Enhanced Guide Syntax nsslapd-pluginPath: libsyntax-plugin nsslapd-pluginInitfunc: enhancedguide_init nsslapd-pluginType: syntax nsslapd-pluginEnabled: on nsslapd-pluginId: enhancedguide-syntax nsslapd-pluginVersion: 1.2.11.32 nsslapd-pluginVendor: 389 Project nsslapd-pluginDescription: Enhanced Guide attribute syntax plugin
dn: cn=Facsimile Telephone Number Syntax,cn=plugins,cn=config objectClass: top objectClass: nsSlapdPlugin objectClass: extensibleObject cn: Facsimile Telephone Number Syntax nsslapd-pluginPath: libsyntax-plugin nsslapd-pluginInitfunc: facsimile_init nsslapd-pluginType: syntax nsslapd-pluginEnabled: on nsslapd-pluginId: facsimile-syntax nsslapd-pluginVersion: 1.2.11.32 nsslapd-pluginVendor: 389 Project nsslapd-pluginDescription: Facsimile Telephone Number attribute syntax plugin
dn: cn=Fax Syntax,cn=plugins,cn=config objectClass: top objectClass: nsSlapdPlugin objectClass: extensibleObject cn: Fax Syntax nsslapd-pluginPath: libsyntax-plugin nsslapd-pluginInitfunc: fax_init nsslapd-pluginType: syntax nsslapd-pluginEnabled: on nsslapd-pluginId: fax-syntax nsslapd-pluginVersion: 1.2.11.32 nsslapd-pluginVendor: 389 Project nsslapd-pluginDescription: Fax attribute syntax plugin
dn: cn=Generalized Time Syntax,cn=plugins,cn=config objectClass: top objectClass: nsSlapdPlugin objectClass: extensibleObject cn: Generalized Time Syntax nsslapd-pluginPath: libsyntax-plugin nsslapd-pluginInitfunc: time_init nsslapd-pluginType: syntax nsslapd-pluginEnabled: on nsslapd-pluginId: time-syntax nsslapd-pluginVersion: 1.2.11.32 nsslapd-pluginVendor: 389 Project nsslapd-pluginDescription: GeneralizedTime attribute syntax plugin
dn: cn=Guide Syntax,cn=plugins,cn=config objectClass: top objectClass: nsSlapdPlugin objectClass: extensibleObject cn: Guide Syntax nsslapd-pluginPath: libsyntax-plugin nsslapd-pluginInitfunc: guide_init nsslapd-pluginType: syntax nsslapd-pluginEnabled: on nsslapd-pluginId: guide-syntax nsslapd-pluginVersion: 1.2.11.32 nsslapd-pluginVendor: 389 Project nsslapd-pluginDescription: Guide attribute syntax plugin
dn: cn=HTTP Client,cn=plugins,cn=config objectClass: top objectClass: nsSlapdPlugin objectClass: extensibleObject cn: HTTP Client nsslapd-pluginPath: libhttp-client-plugin nsslapd-pluginInitfunc: http_client_init nsslapd-pluginType: preoperation nsslapd-pluginEnabled: on nsslapd-plugin-depends-on-type: database nsslapd-pluginId: http-client nsslapd-pluginVersion: 1.2.11.32 nsslapd-pluginVendor: 389 Project nsslapd-pluginDescription: HTTP Client plugin
dn: cn=Integer Syntax,cn=plugins,cn=config objectClass: top objectClass: nsSlapdPlugin objectClass: extensibleObject cn: Integer Syntax nsslapd-pluginPath: libsyntax-plugin nsslapd-pluginInitfunc: int_init nsslapd-pluginType: syntax nsslapd-pluginEnabled: on nsslapd-pluginId: int-syntax nsslapd-pluginVersion: 1.2.11.32 nsslapd-pluginVendor: 389 Project nsslapd-pluginDescription: integer attribute syntax plugin
dn: cn=Internationalization Plugin,cn=plugins,cn=config objectClass: top objectClass: nsSlapdPlugin objectClass: extensibleObject cn: Internationalization Plugin nsslapd-pluginPath: libcollation-plugin nsslapd-pluginInitfunc: orderingRule_init nsslapd-pluginType: matchingRule nsslapd-pluginEnabled: on nsslapd-pluginarg0: /etc/dirsrv/slapd-389ds1/slapd-collations.conf nsslapd-pluginId: orderingrule nsslapd-pluginVersion: 1.2.11.32 nsslapd-pluginVendor: 389 Project nsslapd-pluginDescription: internationalized ordering rule plugin
dn: cn=JPEG Syntax,cn=plugins,cn=config objectClass: top objectClass: nsSlapdPlugin objectClass: extensibleObject cn: JPEG Syntax nsslapd-pluginPath: libsyntax-plugin nsslapd-pluginInitfunc: jpeg_init nsslapd-pluginType: syntax nsslapd-pluginEnabled: on nsslapd-pluginId: jpeg-syntax nsslapd-pluginVersion: 1.2.11.32 nsslapd-pluginVendor: 389 Project nsslapd-pluginDescription: JPEG attribute syntax plugin
dn: cn=ldbm database,cn=plugins,cn=config objectClass: top objectClass: nsSlapdPlugin objectClass: extensibleObject cn: ldbm database nsslapd-pluginPath: libback-ldbm nsslapd-pluginInitfunc: ldbm_back_init nsslapd-pluginType: database nsslapd-pluginEnabled: on nsslapd-plugin-depends-on-type: Syntax nsslapd-plugin-depends-on-type: matchingRule nsslapd-pluginId: ldbm-backend nsslapd-pluginVersion: 1.2.11.32 nsslapd-pluginVendor: 389 Project nsslapd-pluginDescription: high-performance LDAP backend database plugin numSubordinates: 4
dn: cn=Legacy Replication Plugin,cn=plugins,cn=config objectClass: top objectClass: nsSlapdPlugin objectClass: extensibleObject cn: Legacy Replication Plugin nsslapd-pluginPath: libreplication-plugin nsslapd-pluginInitfunc: replication_legacy_plugin_init nsslapd-pluginType: object nsslapd-pluginEnabled: on nsslapd-plugin-depends-on-type: database nsslapd-plugin-depends-on-named: Multimaster Replication Plugin nsslapd-plugin-depends-on-named: Class of Service nsslapd-pluginId: replication-legacy nsslapd-pluginVersion: 1.2.11.32 nsslapd-pluginVendor: 389 Project nsslapd-pluginDescription: Legacy Replication Plugin
dn: cn=Linked Attributes,cn=plugins,cn=config objectClass: top objectClass: nsSlapdPlugin objectClass: extensibleObject objectClass: nsContainer cn: Linked Attributes nsslapd-pluginPath: liblinkedattrs-plugin nsslapd-pluginInitfunc: linked_attrs_init nsslapd-pluginType: preoperation nsslapd-pluginEnabled: on nsslapd-plugin-depends-on-type: database nsslapd-pluginId: Linked Attributes nsslapd-pluginVersion: 1.2.11.32 nsslapd-pluginVendor: 389 Project nsslapd-pluginDescription: Linked Attributes plugin
dn: cn=Managed Entries,cn=plugins,cn=config objectClass: top objectClass: nsSlapdPlugin objectClass: extensibleObject objectClass: nsContainer cn: Managed Entries nsslapd-pluginPath: libmanagedentries-plugin nsslapd-pluginInitfunc: mep_init nsslapd-pluginType: preoperation nsslapd-pluginEnabled: on nsslapd-plugin-depends-on-type: database nsslapd-pluginId: Managed Entries nsslapd-pluginVersion: 1.2.11.32 nsslapd-pluginVendor: 389 Project nsslapd-pluginDescription: Managed Entries plugin
dn: cn=MemberOf Plugin,cn=plugins,cn=config objectClass: top objectClass: nsSlapdPlugin objectClass: extensibleObject cn: MemberOf Plugin nsslapd-pluginPath: libmemberof-plugin nsslapd-pluginInitfunc: memberof_postop_init nsslapd-pluginType: postoperation nsslapd-pluginEnabled: off nsslapd-plugin-depends-on-type: database memberofgroupattr: member memberofattr: memberOf nsslapd-pluginId: none nsslapd-pluginVersion: none nsslapd-pluginVendor: none nsslapd-pluginDescription: none
dn: cn=Multimaster Replication Plugin,cn=plugins,cn=config objectClass: top objectClass: nsSlapdPlugin objectClass: extensibleObject cn: Multimaster Replication Plugin nsslapd-pluginPath: libreplication-plugin nsslapd-pluginInitfunc: replication_multimaster_plugin_init nsslapd-pluginType: object nsslapd-pluginEnabled: on nsslapd-plugin-depends-on-named: ldbm database nsslapd-plugin-depends-on-named: DES nsslapd-plugin-depends-on-named: Class of Service nsslapd-pluginId: replication-multimaster nsslapd-pluginVersion: 1.2.11.32 nsslapd-pluginVendor: 389 Project nsslapd-pluginDescription: Multi-master Replication Plugin
dn: cn=Name And Optional UID Syntax,cn=plugins,cn=config objectClass: top objectClass: nsSlapdPlugin objectClass: extensibleObject cn: Name And Optional UID Syntax nsslapd-pluginPath: libsyntax-plugin nsslapd-pluginInitfunc: nameoptuid_init nsslapd-pluginType: syntax nsslapd-pluginEnabled: on nsslapd-pluginId: nameoptuid-syntax nsslapd-pluginVersion: 1.2.11.32 nsslapd-pluginVendor: 389 Project nsslapd-pluginDescription: Name And Optional UID attribute syntax plugin
dn: cn=Numeric String Syntax,cn=plugins,cn=config objectClass: top objectClass: nsSlapdPlugin objectClass: extensibleObject cn: Numeric String Syntax nsslapd-pluginPath: libsyntax-plugin nsslapd-pluginInitfunc: numstr_init nsslapd-pluginType: syntax nsslapd-pluginEnabled: on nsslapd-pluginId: numstr-syntax nsslapd-pluginVersion: 1.2.11.32 nsslapd-pluginVendor: 389 Project nsslapd-pluginDescription: numeric string attribute syntax plugin
dn: cn=Octet String Syntax,cn=plugins,cn=config objectClass: top objectClass: nsSlapdPlugin objectClass: extensibleObject cn: Octet String Syntax nsslapd-pluginPath: libsyntax-plugin nsslapd-pluginInitfunc: octetstring_init nsslapd-pluginType: syntax nsslapd-pluginEnabled: on nsslapd-pluginId: octetstring-syntax nsslapd-pluginVersion: 1.2.11.32 nsslapd-pluginVendor: 389 Project nsslapd-pluginDescription: octet string attribute syntax plugin
dn: cn=OID Syntax,cn=plugins,cn=config objectClass: top objectClass: nsSlapdPlugin objectClass: extensibleObject cn: OID Syntax nsslapd-pluginPath: libsyntax-plugin nsslapd-pluginInitfunc: oid_init nsslapd-pluginType: syntax nsslapd-pluginEnabled: on nsslapd-pluginId: oid-syntax nsslapd-pluginVersion: 1.2.11.32 nsslapd-pluginVendor: 389 Project nsslapd-pluginDescription: OID attribute syntax plugin
dn: cn=PAM Pass Through Auth,cn=plugins,cn=config objectClass: top objectClass: nsSlapdPlugin objectClass: extensibleObject objectClass: pamConfig cn: PAM Pass Through Auth nsslapd-pluginPath: libpam-passthru-plugin nsslapd-pluginInitfunc: pam_passthruauth_init nsslapd-pluginType: preoperation nsslapd-pluginEnabled: off nsslapd-pluginloadglobal: true nsslapd-plugin-depends-on-type: database pamMissingSuffix: ALLOW pamExcludeSuffix: cn=config pamIDMapMethod: RDN pamIDAttr: notUsedWithRDNMethod pamFallback: FALSE pamSecure: TRUE pamService: ldapserver nsslapd-pluginId: none nsslapd-pluginVersion: none nsslapd-pluginVendor: none nsslapd-pluginDescription: none
dn: cn=Pass Through Authentication,cn=plugins,cn=config objectClass: top objectClass: nsSlapdPlugin objectClass: extensibleObject cn: Pass Through Authentication nsslapd-pluginPath: libpassthru-plugin nsslapd-pluginInitfunc: passthruauth_init nsslapd-pluginType: preoperation nsslapd-pluginEnabled: off nsslapd-plugin-depends-on-type: database nsslapd-pluginId: none nsslapd-pluginVersion: none nsslapd-pluginVendor: none nsslapd-pluginDescription: none
dn: cn=Password Storage Schemes,cn=plugins,cn=config objectClass: top objectClass: nsContainer cn: Password Storage Schemes numSubordinates: 14
dn: cn=Posix Winsync API,cn=plugins,cn=config objectClass: top objectClass: nsSlapdPlugin objectClass: extensibleObject cn: Posix Winsync API nsslapd-pluginPath: libposix-winsync-plugin nsslapd-pluginInitfunc: posix_winsync_plugin_init nsslapd-pluginType: preoperation nsslapd-pluginEnabled: off nsslapd-plugin-depends-on-type: database posixwinsyncmssfuschema: false posixwinsyncmapmemberuid: true posixwinsyncmapnestedgrouping: false posixwinsynccreatememberoftask: false posixwinsynclowercaseuid: false nsslapd-pluginprecedence: 25 nsslapd-pluginId: none nsslapd-pluginVersion: none nsslapd-pluginVendor: none nsslapd-pluginDescription: none
dn: cn=Postal Address Syntax,cn=plugins,cn=config objectClass: top objectClass: nsSlapdPlugin objectClass: extensibleObject cn: Postal Address Syntax nsslapd-pluginPath: libsyntax-plugin nsslapd-pluginInitfunc: postal_init nsslapd-pluginType: syntax nsslapd-pluginEnabled: on nsslapd-pluginId: postaladdress-syntax nsslapd-pluginVersion: 1.2.11.32 nsslapd-pluginVendor: 389 Project nsslapd-pluginDescription: Postal Address attribute syntax plugin
dn: cn=Printable String Syntax,cn=plugins,cn=config objectClass: top objectClass: nsSlapdPlugin objectClass: extensibleObject cn: Printable String Syntax nsslapd-pluginPath: libsyntax-plugin nsslapd-pluginInitfunc: printable_init nsslapd-pluginType: syntax nsslapd-pluginEnabled: on nsslapd-pluginId: printablestring-syntax nsslapd-pluginVersion: 1.2.11.32 nsslapd-pluginVendor: 389 Project nsslapd-pluginDescription: Printable String attribtue syntax plugin
dn: cn=referential integrity postoperation,cn=plugins,cn=config objectClass: top objectClass: nsSlapdPlugin objectClass: extensibleObject cn: referential integrity postoperation nsslapd-pluginPath: libreferint-plugin nsslapd-pluginInitfunc: referint_postop_init nsslapd-pluginType: postoperation nsslapd-pluginEnabled: off nsslapd-pluginarg0: 0 nsslapd-pluginarg1: /var/log/dirsrv/slapd-389ds1/referint nsslapd-pluginarg2: 0 nsslapd-pluginarg3: member nsslapd-pluginarg4: uniquemember nsslapd-pluginarg5: owner nsslapd-pluginarg6: seeAlso nsslapd-plugin-depends-on-type: database nsslapd-pluginId: none nsslapd-pluginVersion: none nsslapd-pluginVendor: none nsslapd-pluginDescription: none nsslapd-pluginprecedence: 40
dn: cn=Retro Changelog Plugin,cn=plugins,cn=config objectClass: top objectClass: nsSlapdPlugin objectClass: extensibleObject cn: Retro Changelog Plugin nsslapd-pluginPath: libretrocl-plugin nsslapd-pluginInitfunc: retrocl_plugin_init nsslapd-pluginType: object nsslapd-pluginEnabled: off nsslapd-plugin-depends-on-type: database nsslapd-plugin-depends-on-named: Class of Service nsslapd-pluginId: none nsslapd-pluginVersion: none nsslapd-pluginVendor: none nsslapd-pluginDescription: none nsslapd-pluginprecedence: 25
dn: cn=Roles Plugin,cn=plugins,cn=config objectClass: top objectClass: nsSlapdPlugin objectClass: extensibleObject cn: Roles Plugin nsslapd-pluginPath: libroles-plugin nsslapd-pluginInitfunc: roles_init nsslapd-pluginType: object nsslapd-pluginEnabled: on nsslapd-plugin-depends-on-type: database nsslapd-plugin-depends-on-named: State Change Plugin nsslapd-plugin-depends-on-named: Views nsslapd-pluginId: roles nsslapd-pluginVersion: 1.2.11.32 nsslapd-pluginVendor: 389 Project nsslapd-pluginDescription: roles plugin
dn: cn=RootDN Access Control,cn=plugins,cn=config objectClass: top objectClass: nsSlapdPlugin objectClass: extensibleObject cn: RootDN Access Control nsslapd-pluginPath: librootdn-access-plugin.so nsslapd-pluginInitfunc: rootdn_init nsslapd-pluginType: internalpreoperation nsslapd-pluginEnabled: off nsslapd-plugin-depends-on-type: database nsslapd-pluginId: none nsslapd-pluginVersion: none nsslapd-pluginVendor: none nsslapd-pluginDescription: none
dn: cn=Schema Reload,cn=plugins,cn=config objectClass: top objectClass: nsSlapdPlugin objectClass: extensibleObject cn: Schema Reload nsslapd-pluginPath: libschemareload-plugin nsslapd-pluginInitfunc: schemareload_init nsslapd-pluginType: object nsslapd-pluginEnabled: on nsslapd-pluginId: schemareload nsslapd-pluginVersion: 1.2.11.32 nsslapd-pluginVendor: 389 Project nsslapd-pluginDescription: task plugin to reload schema files
dn: cn=Space Insensitive String Syntax,cn=plugins,cn=config objectClass: top objectClass: nsSlapdPlugin objectClass: extensibleObject cn: Space Insensitive String Syntax nsslapd-pluginPath: libsyntax-plugin nsslapd-pluginInitfunc: sicis_init nsslapd-pluginType: syntax nsslapd-pluginEnabled: off nsslapd-pluginId: none nsslapd-pluginVersion: none nsslapd-pluginVendor: none nsslapd-pluginDescription: none
dn: cn=State Change Plugin,cn=plugins,cn=config objectClass: top objectClass: nsSlapdPlugin objectClass: extensibleObject cn: State Change Plugin nsslapd-pluginPath: libstatechange-plugin nsslapd-pluginInitfunc: statechange_init nsslapd-pluginType: postoperation nsslapd-pluginEnabled: on nsslapd-pluginId: statechange nsslapd-pluginVersion: 1.2.11.32 nsslapd-pluginVendor: 389 Project nsslapd-pluginDescription: state change notification service plugin
dn: cn=Syntax Validation Task,cn=plugins,cn=config objectClass: top objectClass: nsSlapdPlugin objectClass: extensibleObject cn: Syntax Validation Task nsslapd-pluginPath: libsyntax-plugin nsslapd-pluginInitfunc: syntax_validate_task_init nsslapd-pluginType: object nsslapd-pluginEnabled: on nsslapd-pluginId: none nsslapd-pluginVersion: none nsslapd-pluginVendor: none nsslapd-pluginDescription: none
dn: cn=Telephone Syntax,cn=plugins,cn=config objectClass: top objectClass: nsSlapdPlugin objectClass: extensibleObject cn: Telephone Syntax nsslapd-pluginPath: libsyntax-plugin nsslapd-pluginInitfunc: tel_init nsslapd-pluginType: syntax nsslapd-pluginEnabled: on nsslapd-pluginId: tele-syntax nsslapd-pluginVersion: 1.2.11.32 nsslapd-pluginVendor: 389 Project nsslapd-pluginDescription: telephoneNumber attribute syntax plugin
dn: cn=Teletex Terminal Identifier Syntax,cn=plugins,cn=config objectClass: top objectClass: nsSlapdPlugin objectClass: extensibleObject cn: Teletex Terminal Identifier Syntax nsslapd-pluginPath: libsyntax-plugin nsslapd-pluginInitfunc: teletex_init nsslapd-pluginType: syntax nsslapd-pluginEnabled: on nsslapd-pluginId: teletextermid-syntax nsslapd-pluginVersion: 1.2.11.32 nsslapd-pluginVendor: 389 Project nsslapd-pluginDescription: Teletex Terminal Identifier attribute syntax plugin
dn: cn=Telex Number Syntax,cn=plugins,cn=config objectClass: top objectClass: nsSlapdPlugin objectClass: extensibleObject cn: Telex Number Syntax nsslapd-pluginPath: libsyntax-plugin nsslapd-pluginInitfunc: telex_init nsslapd-pluginType: syntax nsslapd-pluginEnabled: on nsslapd-pluginId: telex-syntax nsslapd-pluginVersion: 1.2.11.32 nsslapd-pluginVendor: 389 Project nsslapd-pluginDescription: Telex Number attribute syntax plugin
dn: cn=URI Syntax,cn=plugins,cn=config objectClass: top objectClass: nsSlapdPlugin objectClass: extensibleObject cn: URI Syntax nsslapd-pluginPath: libsyntax-plugin nsslapd-pluginInitfunc: uri_init nsslapd-pluginType: syntax nsslapd-pluginEnabled: off nsslapd-pluginId: none nsslapd-pluginVersion: none nsslapd-pluginVendor: none nsslapd-pluginDescription: none
dn: cn=USN,cn=plugins,cn=config objectClass: top objectClass: nsSlapdPlugin objectClass: extensibleObject cn: USN nsslapd-pluginPath: libusn-plugin nsslapd-pluginInitfunc: usn_init nsslapd-pluginType: object nsslapd-pluginEnabled: off nsslapd-plugin-depends-on-type: database nsslapd-pluginId: none nsslapd-pluginVersion: none nsslapd-pluginVendor: none nsslapd-pluginDescription: none
dn: cn=Views,cn=plugins,cn=config objectClass: top objectClass: nsSlapdPlugin objectClass: extensibleObject cn: Views nsslapd-pluginPath: libviews-plugin nsslapd-pluginInitfunc: views_init nsslapd-pluginType: object nsslapd-pluginEnabled: on nsslapd-plugin-depends-on-type: database nsslapd-plugin-depends-on-named: State Change Plugin nsslapd-pluginId: views nsslapd-pluginVersion: 1.2.11.32 nsslapd-pluginVendor: 389 Project nsslapd-pluginDescription: virtual directory information tree views plugin
dn: cn=legacy consumer,cn=replication,cn=config objectClass: top objectClass: extensibleObject cn: legacy consumer nsslapd-legacy-updatedn: cn=Directory Manager creatorsName: cn=directory manager modifiersName: cn=directory manager createTimestamp: 20120921035907Z modifyTimestamp: 20120921035907Z nsslapd-legacy-updatepw: {SHA}wgSkaO5biuVCCwuwTM9ODr7nDAw=
dn: cn=mapping,cn=sasl,cn=config objectClass: top objectClass: nsContainer cn: mapping numSubordinates: 4
dn: cn=abort cleanallruv,cn=tasks,cn=config objectClass: top objectClass: extensibleObject cn: abort cleanallruv creatorsName: cn=server,cn=plugins,cn=config modifiersName: cn=server,cn=plugins,cn=config createTimestamp: 20180320145803Z modifyTimestamp: 20180320145803Z
dn: cn=automember export updates,cn=tasks,cn=config objectClass: top objectClass: extensibleObject cn: automember export updates creatorsName: cn=server,cn=plugins,cn=config modifiersName: cn=server,cn=plugins,cn=config createTimestamp: 20180320145803Z modifyTimestamp: 20180320145803Z
dn: cn=automember map updates,cn=tasks,cn=config objectClass: top objectClass: extensibleObject cn: automember map updates creatorsName: cn=server,cn=plugins,cn=config modifiersName: cn=server,cn=plugins,cn=config createTimestamp: 20180320145803Z modifyTimestamp: 20180320145803Z
dn: cn=automember rebuild membership,cn=tasks,cn=config objectClass: top objectClass: extensibleObject cn: automember rebuild membership creatorsName: cn=server,cn=plugins,cn=config modifiersName: cn=server,cn=plugins,cn=config createTimestamp: 20180320145803Z modifyTimestamp: 20180320145803Z
dn: cn=backup,cn=tasks,cn=config objectClass: top objectClass: extensibleObject cn: backup creatorsName: cn=server,cn=plugins,cn=config modifiersName: cn=server,cn=plugins,cn=config createTimestamp: 20180320145803Z modifyTimestamp: 20180320145803Z
dn: cn=cleanallruv,cn=tasks,cn=config objectClass: top objectClass: extensibleObject cn: cleanallruv creatorsName: cn=server,cn=plugins,cn=config modifiersName: cn=server,cn=plugins,cn=config createTimestamp: 20180320145803Z modifyTimestamp: 20180320145803Z
dn: cn=export,cn=tasks,cn=config objectClass: top objectClass: extensibleObject cn: export creatorsName: cn=server,cn=plugins,cn=config modifiersName: cn=server,cn=plugins,cn=config createTimestamp: 20180320145803Z modifyTimestamp: 20180320145803Z
dn: cn=fixup linked attributes,cn=tasks,cn=config objectClass: top objectClass: extensibleObject cn: fixup linked attributes creatorsName: cn=server,cn=plugins,cn=config modifiersName: cn=server,cn=plugins,cn=config createTimestamp: 20180320145803Z modifyTimestamp: 20180320145803Z
dn: cn=import,cn=tasks,cn=config objectClass: top objectClass: extensibleObject cn: import creatorsName: cn=server,cn=plugins,cn=config modifiersName: cn=server,cn=plugins,cn=config createTimestamp: 20180320145803Z modifyTimestamp: 20180320145803Z
dn: cn=index,cn=tasks,cn=config objectClass: top objectClass: extensibleObject cn: index creatorsName: cn=server,cn=plugins,cn=config modifiersName: cn=server,cn=plugins,cn=config createTimestamp: 20180320145803Z modifyTimestamp: 20180320145803Z
dn: cn=restore,cn=tasks,cn=config objectClass: top objectClass: extensibleObject cn: restore creatorsName: cn=server,cn=plugins,cn=config modifiersName: cn=server,cn=plugins,cn=config createTimestamp: 20180320145803Z modifyTimestamp: 20180320145803Z
dn: cn=schema reload task,cn=tasks,cn=config objectClass: top objectClass: extensibleObject cn: schema reload task creatorsName: cn=server,cn=plugins,cn=config modifiersName: cn=server,cn=plugins,cn=config createTimestamp: 20180320145803Z modifyTimestamp: 20180320145803Z
dn: cn=syntax validate,cn=tasks,cn=config objectClass: top objectClass: extensibleObject cn: syntax validate creatorsName: cn=server,cn=plugins,cn=config modifiersName: cn=server,cn=plugins,cn=config createTimestamp: 20180320145803Z modifyTimestamp: 20180320145803Z
dn: cn=upgradedb,cn=tasks,cn=config objectClass: top objectClass: extensibleObject cn: upgradedb creatorsName: cn=server,cn=plugins,cn=config modifiersName: cn=server,cn=plugins,cn=config createTimestamp: 20180320145803Z modifyTimestamp: 20180320145803Z
dn: cn=replica,cn=dc\3Dnorthshore\2Cdc\3Dedu,cn=mapping tree,cn=config objectClass: nsDS5Replica objectClass: top nsDS5ReplicaRoot: dc=northshore,dc=edu nsDS5ReplicaType: 2 nsDS5Flags: 0 nsds5ReplicaPurgeDelay: 604800 nsDS5ReplicaBindDN: cn=replication manager,cn=config cn: replica creatorsName: cn=directory manager modifiersName: cn=directory manager createTimestamp: 20180320162523Z modifyTimestamp: 20180323150229Z nsDS5ReplicaId: 65535 nsState:: //8AAPM1sVoAAAAAAAAAAAEAAAA= nsDS5ReplicaName: 3e14d982-1dd211b2-811bd5c4-8b770000
dn: cn=replica,cn=o\3Dnetscaperoot,cn=mapping tree,cn=config objectClass: nsDS5Replica objectClass: top nsDS5ReplicaRoot: o=netscaperoot nsDS5ReplicaType: 2 nsDS5Flags: 0 nsds5ReplicaPurgeDelay: 604800 nsDS5ReplicaBindDN: cn=Directory Manager cn: replica creatorsName: cn=directory manager modifiersName: cn=Multimaster Replication Plugin,cn=plugins,cn=config createTimestamp: 20120921040028Z modifyTimestamp: 20180320145800Z nsDS5ReplicaId: 65535 nsState:: //8AAEMhsVoAAAAAmQAAAAAAAAA= nsDS5ReplicaName: deabfc02-1dd111b2-a7c8d5c4-8b770000 nsDS5ReplicaReferral: ldap://10.1.9.36:389/o=netscaperoot
dn: cn=config,cn=chaining database,cn=plugins,cn=config objectClass: top objectClass: extensibleObject cn: config nstransmittedcontrols: 2.16.840.1.113730.3.4.2 nstransmittedcontrols: 2.16.840.1.113730.3.4.9 nstransmittedcontrols: 1.2.840.113556.1.4.473 nstransmittedcontrols: 1.3.6.1.4.1.1466.29539.12 nspossiblechainingcomponents: cn=resource limits,cn=components,cn=config nspossiblechainingcomponents: cn=certificate-based authentication,cn=component s,cn=config nspossiblechainingcomponents: cn=password policy,cn=components,cn=config nspossiblechainingcomponents: cn=sasl,cn=components,cn=config nspossiblechainingcomponents: cn=roles,cn=components,cn=config nspossiblechainingcomponents: cn=ACL Plugin,cn=plugins,cn=config nspossiblechainingcomponents: cn=old plugin,cn=plugins,cn=config nspossiblechainingcomponents: cn=referential integrity postoperation,cn=plugin s,cn=config nspossiblechainingcomponents: cn=attribute uniqueness,cn=plugins,cn=config
dn: cn=default instance config,cn=chaining database,cn=plugins,cn=config nsbindconnectionslimit: 3 nsoperationconnectionslimit: 20 nsabandonedsearchcheckinterval: 1 nsconcurrentbindlimit: 10 nsconcurrentoperationslimit: 2 nsproxiedauthorization: on nsconnectionlife: 0 nsbindtimeout: 15 nsreferralonscopedsearch: off nschecklocalaci: off nsbindretrylimit: 3 nsslapd-sizelimit: -1 nsslapd-timelimit: 3600 nshoplimit: 10 nsmaxresponsedelay: 60 nsmaxtestresponsedelay: 15 nsusestarttls: off objectClass: top objectClass: extensibleObject cn: default instance config creatorsName: cn=chaining database,cn=plugins,cn=config modifiersName: cn=directory manager createTimestamp: 20100127020750Z modifyTimestamp: 20121019155626Z
dn: cn=config,cn=ldbm database,cn=plugins,cn=config objectClass: top objectClass: extensibleObject cn: config modifiersName: cn=directory manager modifyTimestamp: 20121101190359Z numSubordinates: 1 nsslapd-lookthroughlimit: -1 nsslapd-mode: 600 nsslapd-idlistscanlimit: 4000 nsslapd-directory: /var/lib/dirsrv/slapd-389ds1/db nsslapd-dbcachesize: 10000000 nsslapd-db-logdirectory: /var/lib/dirsrv/slapd-389ds1/db nsslapd-db-durable-transaction: on nsslapd-db-checkpoint-interval: 60 nsslapd-db-transaction-batch-val: 0 nsslapd-db-logbuf-size: 0 nsslapd-db-private-import-mem: on nsslapd-import-cache-autosize: -1 nsslapd-import-cachesize: 20000000 nsslapd-idl-switch: new nsslapd-search-bypass-filter-test: on nsslapd-search-use-vlv-index: on nsslapd-exclude-from-export: entrydn entryid dncomp parentid numSubordinates e ntryusn nsslapd-serial-lock: on nsslapd-subtree-rename-switch: on nsslapd-pagedlookthroughlimit: 0 nsslapd-pagedidlistscanlimit: 0 nsslapd-rangelookthroughlimit: 5000 nsslapd-db-deadlock-policy: 9
dn: cn=monitor,cn=ldbm database,cn=plugins,cn=config objectClass: top objectClass: extensibleObject cn: monitor numSubordinates: 1
dn: cn=NetscapeRoot,cn=ldbm database,cn=plugins,cn=config objectClass: top objectClass: extensibleObject objectClass: nsBackendInstance cn: NetscapeRoot creatorsName: cn=directory manager modifiersName: cn=directory manager createTimestamp: 20100127020750Z modifyTimestamp: 20100127020750Z numSubordinates: 4 nsslapd-suffix: o=netscaperoot nsslapd-cachesize: -1 nsslapd-cachememsize: 10485760 nsslapd-readonly: off nsslapd-require-index: off nsslapd-directory: /var/lib/dirsrv/slapd-389ds1/db/NetscapeRoot nsslapd-dncachememsize: 10485760
dn: cn=userRoot,cn=ldbm database,cn=plugins,cn=config objectClass: top objectClass: extensibleObject objectClass: nsBackendInstance cn: userRoot creatorsName: cn=directory manager modifiersName: cn=directory manager createTimestamp: 20180320144025Z modifyTimestamp: 20180320144025Z numSubordinates: 4 nsslapd-suffix: dc=northshore,dc=edu nsslapd-cachesize: -1 nsslapd-cachememsize: 10485760 nsslapd-readonly: off nsslapd-require-index: off nsslapd-directory: /var/lib/dirsrv/slapd-389ds1/db/userRoot nsslapd-dncachememsize: 10485760
dn: cn=CLEAR,cn=Password Storage Schemes,cn=plugins,cn=config objectClass: top objectClass: nsSlapdPlugin cn: CLEAR nsslapd-pluginPath: libpwdstorage-plugin nsslapd-pluginInitfunc: clear_pwd_storage_scheme_init nsslapd-pluginType: pwdstoragescheme nsslapd-pluginEnabled: on nsslapd-pluginId: clear-password-storage-scheme nsslapd-pluginVersion: 1.2.11.32 nsslapd-pluginVendor: 389 Project nsslapd-pluginDescription: No encryption (CLEAR)
dn: cn=CRYPT,cn=Password Storage Schemes,cn=plugins,cn=config objectClass: top objectClass: nsSlapdPlugin cn: CRYPT nsslapd-pluginPath: libpwdstorage-plugin nsslapd-pluginInitfunc: crypt_pwd_storage_scheme_init nsslapd-pluginType: pwdstoragescheme nsslapd-pluginEnabled: on nsslapd-pluginId: crypt-password-storage-scheme nsslapd-pluginVersion: 1.2.11.32 nsslapd-pluginVendor: 389 Project nsslapd-pluginDescription: Unix crypt algorithm (CRYPT)
dn: cn=DES,cn=Password Storage Schemes,cn=plugins,cn=config objectClass: top objectClass: nsSlapdPlugin objectClass: extensibleObject cn: DES nsslapd-pluginPath: libdes-plugin nsslapd-pluginInitfunc: des_init nsslapd-pluginType: reverpwdstoragescheme nsslapd-pluginEnabled: on nsslapd-pluginarg0: nsmultiplexorcredentials nsslapd-pluginarg1: nsds5ReplicaCredentials nsslapd-pluginId: des-storage-scheme nsslapd-pluginVersion: 1.2.11.32 nsslapd-pluginVendor: 389 Project nsslapd-pluginDescription: DES storage scheme plugin
dn: cn=MD5,cn=Password Storage Schemes,cn=plugins,cn=config objectClass: top objectClass: nsSlapdPlugin cn: MD5 nsslapd-pluginPath: libpwdstorage-plugin nsslapd-pluginInitfunc: md5_pwd_storage_scheme_init nsslapd-pluginType: pwdstoragescheme nsslapd-pluginEnabled: on nsslapd-pluginId: md5-password-storage-scheme nsslapd-pluginVersion: 1.2.11.32 nsslapd-pluginVendor: 389 Project nsslapd-pluginDescription: MD5 hash algorithm (MD5)
dn: cn=NS-MTA-MD5,cn=Password Storage Schemes,cn=plugins,cn=config objectClass: top objectClass: nsSlapdPlugin cn: NS-MTA-MD5 nsslapd-pluginPath: libpwdstorage-plugin nsslapd-pluginInitfunc: ns_mta_md5_pwd_storage_scheme_init nsslapd-pluginType: pwdstoragescheme nsslapd-pluginEnabled: on nsslapd-pluginId: NS-MTA-MD5-password-storage-scheme nsslapd-pluginVersion: 1.2.11.32 nsslapd-pluginVendor: 389 Project nsslapd-pluginDescription: Netscape MD5 (NS-MTA-MD5)
dn: cn=SHA,cn=Password Storage Schemes,cn=plugins,cn=config objectClass: top objectClass: nsSlapdPlugin cn: SHA nsslapd-pluginPath: libpwdstorage-plugin nsslapd-pluginInitfunc: sha_pwd_storage_scheme_init nsslapd-pluginType: pwdstoragescheme nsslapd-pluginEnabled: on nsslapd-pluginId: sha-password-storage-scheme nsslapd-pluginVersion: 1.2.11.32 nsslapd-pluginVendor: 389 Project nsslapd-pluginDescription: Secure Hashing Algorithm (SHA)
dn: cn=SHA256,cn=Password Storage Schemes,cn=plugins,cn=config objectClass: top objectClass: nsSlapdPlugin cn: SHA256 nsslapd-pluginPath: libpwdstorage-plugin nsslapd-pluginInitfunc: sha256_pwd_storage_scheme_init nsslapd-pluginType: pwdstoragescheme nsslapd-pluginEnabled: on nsslapd-pluginId: sha256-password-storage-scheme nsslapd-pluginVersion: 1.2.11.32 nsslapd-pluginVendor: 389 Project nsslapd-pluginDescription: Secure Hashing Algorithm (SHA256)
dn: cn=SHA384,cn=Password Storage Schemes,cn=plugins,cn=config objectClass: top objectClass: nsSlapdPlugin cn: SHA384 nsslapd-pluginPath: libpwdstorage-plugin nsslapd-pluginInitfunc: sha384_pwd_storage_scheme_init nsslapd-pluginType: pwdstoragescheme nsslapd-pluginEnabled: on nsslapd-pluginId: sha384-password-storage-scheme nsslapd-pluginVersion: 1.2.11.32 nsslapd-pluginVendor: 389 Project nsslapd-pluginDescription: Secure Hashing Algorithm (SHA384)
dn: cn=SHA512,cn=Password Storage Schemes,cn=plugins,cn=config objectClass: top objectClass: nsSlapdPlugin cn: SHA512 nsslapd-pluginPath: libpwdstorage-plugin nsslapd-pluginInitfunc: sha512_pwd_storage_scheme_init nsslapd-pluginType: pwdstoragescheme nsslapd-pluginEnabled: on nsslapd-pluginId: sha512-password-storage-scheme nsslapd-pluginVersion: 1.2.11.32 nsslapd-pluginVendor: 389 Project nsslapd-pluginDescription: Secure Hashing Algorithm (SHA512)
dn: cn=SMD5,cn=Password Storage Schemes,cn=plugins,cn=config objectClass: top objectClass: nsSlapdPlugin cn: SMD5 nsslapd-pluginPath: libpwdstorage-plugin nsslapd-pluginInitfunc: smd5_pwd_storage_scheme_init nsslapd-pluginType: pwdstoragescheme nsslapd-pluginEnabled: on nsslapd-pluginId: smd5-password-storage-scheme nsslapd-pluginVersion: 1.2.11.32 nsslapd-pluginVendor: 389 Project nsslapd-pluginDescription: Salted MD5 hash algorithm (SMD5)
dn: cn=SSHA,cn=Password Storage Schemes,cn=plugins,cn=config objectClass: top objectClass: nsSlapdPlugin cn: SSHA nsslapd-pluginPath: libpwdstorage-plugin nsslapd-pluginInitfunc: ssha_pwd_storage_scheme_init nsslapd-pluginType: pwdstoragescheme nsslapd-pluginEnabled: on nsslapd-pluginId: ssha-password-storage-scheme nsslapd-pluginVersion: 1.2.11.32 nsslapd-pluginVendor: 389 Project nsslapd-pluginDescription: Salted Secure Hashing Algorithm (SSHA)
dn: cn=SSHA256,cn=Password Storage Schemes,cn=plugins,cn=config objectClass: top objectClass: nsSlapdPlugin cn: SSHA256 nsslapd-pluginPath: libpwdstorage-plugin nsslapd-pluginInitfunc: ssha256_pwd_storage_scheme_init nsslapd-pluginType: pwdstoragescheme nsslapd-pluginEnabled: on nsslapd-pluginId: ssha256-password-storage-scheme nsslapd-pluginVersion: 1.2.11.32 nsslapd-pluginVendor: 389 Project nsslapd-pluginDescription: Salted Secure Hashing Algorithm (SSHA256)
dn: cn=SSHA384,cn=Password Storage Schemes,cn=plugins,cn=config objectClass: top objectClass: nsSlapdPlugin cn: SSHA384 nsslapd-pluginPath: libpwdstorage-plugin nsslapd-pluginInitfunc: ssha384_pwd_storage_scheme_init nsslapd-pluginType: pwdstoragescheme nsslapd-pluginEnabled: on nsslapd-pluginId: ssha384-password-storage-scheme nsslapd-pluginVersion: 1.2.11.32 nsslapd-pluginVendor: 389 Project nsslapd-pluginDescription: Salted Secure Hashing Algorithm (SSHA384)
dn: cn=SSHA512,cn=Password Storage Schemes,cn=plugins,cn=config objectClass: top objectClass: nsSlapdPlugin cn: SSHA512 nsslapd-pluginPath: libpwdstorage-plugin nsslapd-pluginInitfunc: ssha512_pwd_storage_scheme_init nsslapd-pluginType: pwdstoragescheme nsslapd-pluginEnabled: on nsslapd-pluginId: ssha512-password-storage-scheme nsslapd-pluginVersion: 1.2.11.32 nsslapd-pluginVendor: 389 Project nsslapd-pluginDescription: Salted Secure Hashing Algorithm (SSHA512)
dn: cn=Kerberos uid mapping,cn=mapping,cn=sasl,cn=config objectClass: top objectClass: nsSaslMapping cn: Kerberos uid mapping nsSaslMapRegexString: (.*)@(.*).(.*) nsSaslMapBaseDNTemplate: dc=\2,dc=\3 nsSaslMapFilterTemplate: (uid=\1)
dn: cn=rfc 2829 dn syntax,cn=mapping,cn=sasl,cn=config objectClass: top objectClass: nsSaslMapping cn: rfc 2829 dn syntax nsSaslMapRegexString: ^dn:(.*) nsSaslMapBaseDNTemplate: \1 nsSaslMapFilterTemplate: (objectclass=*)
dn: cn=rfc 2829 u syntax,cn=mapping,cn=sasl,cn=config objectClass: top objectClass: nsSaslMapping cn: rfc 2829 u syntax nsSaslMapRegexString: ^u:(.*) nsSaslMapBaseDNTemplate: dc=northshore, dc=edu nsSaslMapFilterTemplate: (uid=\1)
dn: cn=uid mapping,cn=mapping,cn=sasl,cn=config objectClass: top objectClass: nsSaslMapping cn: uid mapping nsSaslMapRegexString: ^[^:@]+$ nsSaslMapBaseDNTemplate: dc=northshore, dc=edu nsSaslMapFilterTemplate: (uid=&)
dn: cn=default indexes,cn=config,cn=ldbm database,cn=plugins,cn=config objectClass: top objectClass: extensibleObject cn: default indexes numSubordinates: 22
dn: cn=database,cn=monitor,cn=ldbm database,cn=plugins,cn=config objectClass: top objectClass: extensibleObject cn: database
dn: cn=encrypted attribute keys,cn=NetscapeRoot,cn=ldbm database,cn=plugins,cn =config objectClass: top objectClass: extensibleObject cn: encrypted attribute keys creatorsName: cn=ldbm database,cn=plugins,cn=config modifiersName: cn=ldbm database,cn=plugins,cn=config createTimestamp: 20100127020750Z modifyTimestamp: 20100127020750Z numSubordinates: 2
dn: cn=encrypted attributes,cn=NetscapeRoot,cn=ldbm database,cn=plugins,cn=con fig objectClass: top objectClass: extensibleObject cn: encrypted attributes creatorsName: cn=ldbm database,cn=plugins,cn=config modifiersName: cn=ldbm database,cn=plugins,cn=config createTimestamp: 20100127020750Z modifyTimestamp: 20100127020750Z
dn: cn=index,cn=NetscapeRoot,cn=ldbm database,cn=plugins,cn=config objectClass: top objectClass: extensibleObject cn: index creatorsName: cn=ldbm database,cn=plugins,cn=config modifiersName: cn=ldbm database,cn=plugins,cn=config createTimestamp: 20100127020750Z modifyTimestamp: 20100127020750Z numSubordinates: 25
dn: cn=monitor,cn=NetscapeRoot,cn=ldbm database,cn=plugins,cn=config objectClass: top objectClass: extensibleObject cn: monitor creatorsName: cn=ldbm database,cn=plugins,cn=config modifiersName: cn=ldbm database,cn=plugins,cn=config createTimestamp: 20100127020750Z modifyTimestamp: 20100127020750Z
dn: cn=encrypted attribute keys,cn=userRoot,cn=ldbm database,cn=plugins,cn=con fig objectClass: top objectClass: extensibleObject cn: encrypted attribute keys creatorsName: cn=ldbm database,cn=plugins,cn=config modifiersName: cn=ldbm database,cn=plugins,cn=config createTimestamp: 20180320144025Z modifyTimestamp: 20180320144025Z numSubordinates: 2
dn: cn=encrypted attributes,cn=userRoot,cn=ldbm database,cn=plugins,cn=config objectClass: top objectClass: extensibleObject cn: encrypted attributes creatorsName: cn=ldbm database,cn=plugins,cn=config modifiersName: cn=ldbm database,cn=plugins,cn=config createTimestamp: 20180320144025Z modifyTimestamp: 20180320144025Z
dn: cn=index,cn=userRoot,cn=ldbm database,cn=plugins,cn=config objectClass: top objectClass: extensibleObject cn: index creatorsName: cn=ldbm database,cn=plugins,cn=config modifiersName: cn=ldbm database,cn=plugins,cn=config createTimestamp: 20180320144025Z modifyTimestamp: 20180320144025Z numSubordinates: 25
dn: cn=monitor,cn=userRoot,cn=ldbm database,cn=plugins,cn=config objectClass: top objectClass: extensibleObject cn: monitor creatorsName: cn=ldbm database,cn=plugins,cn=config modifiersName: cn=ldbm database,cn=plugins,cn=config createTimestamp: 20180320144025Z modifyTimestamp: 20180320144025Z
dn: cn=aci,cn=default indexes,cn=config,cn=ldbm database,cn=plugins,cn=config objectClass: top objectClass: nsIndex cn: aci nsSystemIndex: true nsIndexType: pres
dn: cn=cn,cn=default indexes,cn=config,cn=ldbm database,cn=plugins,cn=config objectClass: top objectClass: nsIndex cn: cn nsSystemIndex: false nsIndexType: pres nsIndexType: eq nsIndexType: sub
dn: cn=entrydn,cn=default indexes,cn=config,cn=ldbm database,cn=plugins,cn=con fig objectClass: top objectClass: nsIndex cn: entrydn nsSystemIndex: true nsIndexType: eq
dn: cn=entryusn,cn=default indexes,cn=config,cn=ldbm database,cn=plugins,cn=co nfig objectClass: top objectClass: nsIndex cn: entryusn nsSystemIndex: true nsIndexType: eq nsMatchingRule: integerOrderingMatch
dn: cn=givenName,cn=default indexes,cn=config,cn=ldbm database,cn=plugins,cn=c onfig objectClass: top objectClass: nsIndex cn: givenName nsSystemIndex: false nsIndexType: pres nsIndexType: eq nsIndexType: sub
dn: cn=mail,cn=default indexes,cn=config,cn=ldbm database,cn=plugins,cn=config objectClass: top objectClass: nsIndex cn: mail nsSystemIndex: false nsIndexType: pres nsIndexType: eq nsIndexType: sub
dn: cn=mailAlternateAddress,cn=default indexes,cn=config,cn=ldbm database,cn=p lugins,cn=config objectClass: top objectClass: nsIndex cn: mailAlternateAddress nsSystemIndex: false nsIndexType: eq
dn: cn=mailHost,cn=default indexes,cn=config,cn=ldbm database,cn=plugins,cn=co nfig objectClass: top objectClass: nsIndex cn: mailHost nsSystemIndex: false nsIndexType: eq
dn: cn=member,cn=default indexes,cn=config,cn=ldbm database,cn=plugins,cn=conf ig objectClass: top objectClass: nsIndex cn: member nsSystemIndex: false nsIndexType: eq
dn: cn=memberOf,cn=default indexes,cn=config,cn=ldbm database,cn=plugins,cn=co nfig objectClass: top objectClass: nsIndex cn: memberOf nsSystemIndex: false nsIndexType: eq
dn: cn=nsUniqueId,cn=default indexes,cn=config,cn=ldbm database,cn=plugins,cn= config objectClass: top objectClass: nsIndex cn: nsUniqueId nsSystemIndex: true nsIndexType: eq
dn: cn=ntUniqueId,cn=default indexes,cn=config,cn=ldbm database,cn=plugins,cn= config objectClass: top objectClass: nsIndex cn: ntUniqueId nsSystemIndex: false nsIndexType: eq
dn: cn=ntUserDomainId,cn=default indexes,cn=config,cn=ldbm database,cn=plugins ,cn=config objectClass: top objectClass: nsIndex cn: ntUserDomainId nsSystemIndex: false nsIndexType: eq
dn: cn=numsubordinates,cn=default indexes,cn=config,cn=ldbm database,cn=plugin s,cn=config objectClass: top objectClass: nsIndex cn: numsubordinates nsSystemIndex: true nsIndexType: pres
dn: cn=objectclass,cn=default indexes,cn=config,cn=ldbm database,cn=plugins,cn =config objectClass: top objectClass: nsIndex cn: objectclass nsSystemIndex: true nsIndexType: eq
dn: cn=owner,cn=default indexes,cn=config,cn=ldbm database,cn=plugins,cn=confi g objectClass: top objectClass: nsIndex cn: owner nsSystemIndex: false nsIndexType: eq
dn: cn=parentid,cn=default indexes,cn=config,cn=ldbm database,cn=plugins,cn=co nfig objectClass: top objectClass: nsIndex cn: parentid nsSystemIndex: true nsIndexType: eq
dn: cn=seeAlso,cn=default indexes,cn=config,cn=ldbm database,cn=plugins,cn=con fig objectClass: top objectClass: nsIndex cn: seeAlso nsSystemIndex: false nsIndexType: eq
dn: cn=sn,cn=default indexes,cn=config,cn=ldbm database,cn=plugins,cn=config objectClass: top objectClass: nsIndex cn: sn nsSystemIndex: false nsIndexType: pres nsIndexType: eq nsIndexType: sub
dn: cn=telephoneNumber,cn=default indexes,cn=config,cn=ldbm database,cn=plugin s,cn=config objectClass: top objectClass: nsIndex cn: telephoneNumber nsSystemIndex: false nsIndexType: pres nsIndexType: eq nsIndexType: sub
dn: cn=uid,cn=default indexes,cn=config,cn=ldbm database,cn=plugins,cn=config objectClass: top objectClass: nsIndex cn: uid nsSystemIndex: false nsIndexType: eq
dn: cn=uniquemember,cn=default indexes,cn=config,cn=ldbm database,cn=plugins,c n=config objectClass: top objectClass: nsIndex cn: uniquemember nsSystemIndex: false nsIndexType: eq
dn: cn=3DES,cn=encrypted attribute keys,cn=NetscapeRoot,cn=ldbm database,cn=pl ugins,cn=config objectClass: top objectClass: extensibleObject cn: 3DES nsSymmetricKey:: E11/swBDHGuecySnYn0KGOnmDXCw21+J45GY86d7/WmizO0ewVfWD6hxC+6i b23sUB0ffn7ysFEK5vUV+Al86Q/jgFBJweKkwJRv8bQ2kxZVilHj7MN4pKymkzf0ooubYDNXlRj9 aikHkaPHrA+YIl2xFEXlp3oPFowTkyRzvq8= creatorsName: cn=ldbm database,cn=plugins,cn=config modifiersName: cn=ldbm database,cn=plugins,cn=config createTimestamp: 20100127161146Z modifyTimestamp: 20100127161146Z
dn: cn=AES,cn=encrypted attribute keys,cn=NetscapeRoot,cn=ldbm database,cn=plu gins,cn=config objectClass: top objectClass: extensibleObject cn: AES nsSymmetricKey:: LhR90/flHnoeUzFWuDbEKbc06EBEyzA76GUBd0SN0ZwaLGaFS9u9JBiOpq+y Z++yJxIoVXqRW33aWNk3a8nEj82DmtUdvqJ+WflhI7M1+qwrNlblkbxBBPtbMkTUU/zQjNeFrbL0 CXTRm9R5fofiN6jvJ9QUPTuXuMElBoXLm+s= creatorsName: cn=ldbm database,cn=plugins,cn=config modifiersName: cn=ldbm database,cn=plugins,cn=config createTimestamp: 20100127161146Z modifyTimestamp: 20100127161146Z
dn: cn=aci,cn=index,cn=NetscapeRoot,cn=ldbm database,cn=plugins,cn=config objectClass: top objectClass: nsIndex cn: aci nsSystemIndex: true nsIndexType: pres creatorsName: cn=ldbm database,cn=plugins,cn=config modifiersName: cn=ldbm database,cn=plugins,cn=config createTimestamp: 20100127020750Z modifyTimestamp: 20100127020750Z
dn: cn=cn,cn=index,cn=NetscapeRoot,cn=ldbm database,cn=plugins,cn=config objectClass: top objectClass: nsIndex cn: cn nsSystemIndex: false nsIndexType: pres nsIndexType: eq nsIndexType: sub creatorsName: cn=ldbm database,cn=plugins,cn=config modifiersName: cn=ldbm database,cn=plugins,cn=config createTimestamp: 20100127020750Z modifyTimestamp: 20100127020750Z
dn: cn=entrydn,cn=index,cn=NetscapeRoot,cn=ldbm database,cn=plugins,cn=config objectClass: top objectClass: nsIndex cn: entrydn nsSystemIndex: true nsIndexType: eq creatorsName: cn=ldbm database,cn=plugins,cn=config modifiersName: cn=ldbm database,cn=plugins,cn=config createTimestamp: 20100127020750Z modifyTimestamp: 20100127020750Z
dn: cn=entryrdn,cn=index,cn=NetscapeRoot,cn=ldbm database,cn=plugins,cn=config objectClass: top objectClass: nsIndex cn: entryrdn nsSystemIndex: true nsIndexType: subtree creatorsName: cn=ldbm database,cn=plugins,cn=config modifiersName: cn=ldbm database,cn=plugins,cn=config createTimestamp: 20140206000624Z modifyTimestamp: 20140206000624Z
dn: cn=entryusn,cn=index,cn=NetscapeRoot,cn=ldbm database,cn=plugins,cn=config objectClass: top objectClass: nsIndex cn: entryusn nsSystemIndex: true nsIndexType: eq nsMatchingRule: integerOrderingMatch creatorsName: cn=ldbm database,cn=plugins,cn=config modifiersName: cn=ldbm database,cn=plugins,cn=config createTimestamp: 20100127020750Z modifyTimestamp: 20100127020750Z
dn: cn=givenName,cn=index,cn=NetscapeRoot,cn=ldbm database,cn=plugins,cn=confi g objectClass: top objectClass: nsIndex cn: givenName nsSystemIndex: false nsIndexType: pres nsIndexType: eq nsIndexType: sub creatorsName: cn=ldbm database,cn=plugins,cn=config modifiersName: cn=ldbm database,cn=plugins,cn=config createTimestamp: 20100127020750Z modifyTimestamp: 20100127020750Z
dn: cn=mail,cn=index,cn=NetscapeRoot,cn=ldbm database,cn=plugins,cn=config objectClass: top objectClass: nsIndex cn: mail nsSystemIndex: false nsIndexType: pres nsIndexType: eq nsIndexType: sub creatorsName: cn=ldbm database,cn=plugins,cn=config modifiersName: cn=ldbm database,cn=plugins,cn=config createTimestamp: 20100127020750Z modifyTimestamp: 20100127020750Z
dn: cn=mailAlternateAddress,cn=index,cn=NetscapeRoot,cn=ldbm database,cn=plugi ns,cn=config objectClass: top objectClass: nsIndex cn: mailAlternateAddress nsSystemIndex: false nsIndexType: eq creatorsName: cn=ldbm database,cn=plugins,cn=config modifiersName: cn=ldbm database,cn=plugins,cn=config createTimestamp: 20100127020750Z modifyTimestamp: 20100127020750Z
dn: cn=mailHost,cn=index,cn=NetscapeRoot,cn=ldbm database,cn=plugins,cn=config objectClass: top objectClass: nsIndex cn: mailHost nsSystemIndex: false nsIndexType: eq creatorsName: cn=ldbm database,cn=plugins,cn=config modifiersName: cn=ldbm database,cn=plugins,cn=config createTimestamp: 20100127020750Z modifyTimestamp: 20100127020750Z
dn: cn=member,cn=index,cn=NetscapeRoot,cn=ldbm database,cn=plugins,cn=config objectClass: top objectClass: nsIndex cn: member nsSystemIndex: false nsIndexType: eq creatorsName: cn=ldbm database,cn=plugins,cn=config modifiersName: cn=ldbm database,cn=plugins,cn=config createTimestamp: 20100127020750Z modifyTimestamp: 20100127020750Z
dn: cn=memberOf,cn=index,cn=NetscapeRoot,cn=ldbm database,cn=plugins,cn=config objectClass: top objectClass: nsIndex cn: memberOf nsSystemIndex: false nsIndexType: eq creatorsName: cn=ldbm database,cn=plugins,cn=config modifiersName: cn=ldbm database,cn=plugins,cn=config createTimestamp: 20100127020750Z modifyTimestamp: 20100127020750Z
dn: cn=nscpEntryDN,cn=index,cn=NetscapeRoot,cn=ldbm database,cn=plugins,cn=con fig objectClass: top objectClass: nsIndex cn: nscpEntryDN nsSystemIndex: true nsIndexType: eq creatorsName: cn=ldbm database,cn=plugins,cn=config modifiersName: cn=ldbm database,cn=plugins,cn=config createTimestamp: 20100127020750Z modifyTimestamp: 20100127020750Z
dn: cn=nsds5ReplConflict,cn=index,cn=NetscapeRoot,cn=ldbm database,cn=plugins, cn=config objectClass: top objectClass: nsIndex cn: nsds5ReplConflict nsSystemIndex: true nsIndexType: eq nsIndexType: pres creatorsName: cn=ldbm database,cn=plugins,cn=config modifiersName: cn=ldbm database,cn=plugins,cn=config createTimestamp: 20100127020750Z modifyTimestamp: 20100127020750Z
dn: cn=nsuniqueid,cn=index,cn=NetscapeRoot,cn=ldbm database,cn=plugins,cn=conf ig objectClass: top objectClass: nsIndex cn: nsuniqueid nsSystemIndex: true nsIndexType: eq creatorsName: cn=ldbm database,cn=plugins,cn=config modifiersName: cn=ldbm database,cn=plugins,cn=config createTimestamp: 20100127020750Z modifyTimestamp: 20100127020750Z
dn: cn=ntUniqueId,cn=index,cn=NetscapeRoot,cn=ldbm database,cn=plugins,cn=conf ig objectClass: top objectClass: nsIndex cn: ntUniqueId nsSystemIndex: false nsIndexType: eq creatorsName: cn=ldbm database,cn=plugins,cn=config modifiersName: cn=ldbm database,cn=plugins,cn=config createTimestamp: 20100127020750Z modifyTimestamp: 20100127020750Z
dn: cn=ntUserDomainId,cn=index,cn=NetscapeRoot,cn=ldbm database,cn=plugins,cn= config objectClass: top objectClass: nsIndex cn: ntUserDomainId nsSystemIndex: false nsIndexType: eq creatorsName: cn=ldbm database,cn=plugins,cn=config modifiersName: cn=ldbm database,cn=plugins,cn=config createTimestamp: 20100127020750Z modifyTimestamp: 20100127020750Z
dn: cn=numsubordinates,cn=index,cn=NetscapeRoot,cn=ldbm database,cn=plugins,cn =config objectClass: top objectClass: nsIndex cn: numsubordinates nsSystemIndex: true nsIndexType: pres creatorsName: cn=ldbm database,cn=plugins,cn=config modifiersName: cn=ldbm database,cn=plugins,cn=config createTimestamp: 20100127020750Z modifyTimestamp: 20100127020750Z
dn: cn=objectclass,cn=index,cn=NetscapeRoot,cn=ldbm database,cn=plugins,cn=con fig objectClass: top objectClass: nsIndex cn: objectclass nsSystemIndex: true nsIndexType: eq creatorsName: cn=ldbm database,cn=plugins,cn=config modifiersName: cn=ldbm database,cn=plugins,cn=config createTimestamp: 20100127020750Z modifyTimestamp: 20100127020750Z
dn: cn=owner,cn=index,cn=NetscapeRoot,cn=ldbm database,cn=plugins,cn=config objectClass: top objectClass: nsIndex cn: owner nsSystemIndex: false nsIndexType: eq creatorsName: cn=ldbm database,cn=plugins,cn=config modifiersName: cn=ldbm database,cn=plugins,cn=config createTimestamp: 20100127020750Z modifyTimestamp: 20100127020750Z
dn: cn=parentid,cn=index,cn=NetscapeRoot,cn=ldbm database,cn=plugins,cn=config objectClass: top objectClass: nsIndex cn: parentid nsSystemIndex: true nsIndexType: eq creatorsName: cn=ldbm database,cn=plugins,cn=config modifiersName: cn=ldbm database,cn=plugins,cn=config createTimestamp: 20100127020750Z modifyTimestamp: 20100127020750Z
dn: cn=seeAlso,cn=index,cn=NetscapeRoot,cn=ldbm database,cn=plugins,cn=config objectClass: top objectClass: nsIndex cn: seeAlso nsSystemIndex: false nsIndexType: eq creatorsName: cn=ldbm database,cn=plugins,cn=config modifiersName: cn=ldbm database,cn=plugins,cn=config createTimestamp: 20100127020750Z modifyTimestamp: 20100127020750Z
dn: cn=sn,cn=index,cn=NetscapeRoot,cn=ldbm database,cn=plugins,cn=config objectClass: top objectClass: nsIndex cn: sn nsSystemIndex: false nsIndexType: pres nsIndexType: eq nsIndexType: sub creatorsName: cn=ldbm database,cn=plugins,cn=config modifiersName: cn=ldbm database,cn=plugins,cn=config createTimestamp: 20100127020750Z modifyTimestamp: 20100127020750Z
dn: cn=telephoneNumber,cn=index,cn=NetscapeRoot,cn=ldbm database,cn=plugins,cn =config objectClass: top objectClass: nsIndex cn: telephoneNumber nsSystemIndex: false nsIndexType: pres nsIndexType: eq nsIndexType: sub creatorsName: cn=ldbm database,cn=plugins,cn=config modifiersName: cn=ldbm database,cn=plugins,cn=config createTimestamp: 20100127020750Z modifyTimestamp: 20100127020750Z
dn: cn=uid,cn=index,cn=NetscapeRoot,cn=ldbm database,cn=plugins,cn=config objectClass: top objectClass: nsIndex cn: uid nsSystemIndex: false nsIndexType: eq creatorsName: cn=ldbm database,cn=plugins,cn=config modifiersName: cn=ldbm database,cn=plugins,cn=config createTimestamp: 20100127020750Z modifyTimestamp: 20100127020750Z
dn: cn=uniquemember,cn=index,cn=NetscapeRoot,cn=ldbm database,cn=plugins,cn=co nfig objectClass: top objectClass: nsIndex cn: uniquemember nsSystemIndex: false nsIndexType: eq creatorsName: cn=ldbm database,cn=plugins,cn=config modifiersName: cn=ldbm database,cn=plugins,cn=config createTimestamp: 20100127020750Z modifyTimestamp: 20100127020750Z
dn: cn=3DES,cn=encrypted attribute keys,cn=userRoot,cn=ldbm database,cn=plugin s,cn=config objectClass: top objectClass: extensibleObject cn: 3DES nsSymmetricKey:: mTMFQHuBDXQkybz819OzeI0MAMc4n01rQ7ux/GLuIhwJi0PBtJfUzCanuCcb 8IukXr7g0HMJCY8dxaTOwoBLbIm6vN8i2Gl0uIx99KxCSVS5B18MeX/geOfqvTVWnDX9M0PsEfGC zupHlhsUSLjUQBUKOgKpb5/3GAj1NIoIvKk= creatorsName: cn=ldbm database,cn=plugins,cn=config modifiersName: cn=ldbm database,cn=plugins,cn=config createTimestamp: 20180320144025Z modifyTimestamp: 20180320144025Z
dn: cn=AES,cn=encrypted attribute keys,cn=userRoot,cn=ldbm database,cn=plugins ,cn=config objectClass: top objectClass: extensibleObject cn: AES nsSymmetricKey:: pR8pNGbX/XYcDK3vy7AHFRqsjX0B925G74cLBhTJo+Rk97l2Z7OnYwJpmw3i Lj0yzYaRKG27lw7ZvxipzXxyMCtypH8n25BVkpCe2FQhspIsOjJzsxx3O944Mo87GGxlQa7bZBgB FK77Ek/EzgjWbCS2J1YregPDZgaw1hwUySs= creatorsName: cn=ldbm database,cn=plugins,cn=config modifiersName: cn=ldbm database,cn=plugins,cn=config createTimestamp: 20180320144025Z modifyTimestamp: 20180320144025Z
dn: cn=aci,cn=index,cn=userRoot,cn=ldbm database,cn=plugins,cn=config objectClass: top objectClass: nsIndex cn: aci nsSystemIndex: true nsIndexType: pres creatorsName: cn=ldbm database,cn=plugins,cn=config modifiersName: cn=ldbm database,cn=plugins,cn=config createTimestamp: 20180320144025Z modifyTimestamp: 20180320144025Z
dn: cn=cn,cn=index,cn=userRoot,cn=ldbm database,cn=plugins,cn=config objectClass: top objectClass: nsIndex cn: cn nsSystemIndex: false nsIndexType: pres nsIndexType: eq nsIndexType: sub creatorsName: cn=ldbm database,cn=plugins,cn=config modifiersName: cn=ldbm database,cn=plugins,cn=config createTimestamp: 20180320144025Z modifyTimestamp: 20180320144025Z
dn: cn=entrydn,cn=index,cn=userRoot,cn=ldbm database,cn=plugins,cn=config objectClass: top objectClass: nsIndex cn: entrydn nsSystemIndex: true nsIndexType: eq creatorsName: cn=ldbm database,cn=plugins,cn=config modifiersName: cn=ldbm database,cn=plugins,cn=config createTimestamp: 20180320144025Z modifyTimestamp: 20180320144025Z
dn: cn=entryrdn,cn=index,cn=userRoot,cn=ldbm database,cn=plugins,cn=config objectClass: top objectClass: nsIndex cn: entryrdn nsSystemIndex: true nsIndexType: subtree creatorsName: cn=ldbm database,cn=plugins,cn=config modifiersName: cn=ldbm database,cn=plugins,cn=config createTimestamp: 20180320144025Z modifyTimestamp: 20180320144025Z
dn: cn=entryusn,cn=index,cn=userRoot,cn=ldbm database,cn=plugins,cn=config objectClass: top objectClass: nsIndex cn: entryusn nsSystemIndex: true nsIndexType: eq nsMatchingRule: integerOrderingMatch creatorsName: cn=ldbm database,cn=plugins,cn=config modifiersName: cn=ldbm database,cn=plugins,cn=config createTimestamp: 20180320144025Z modifyTimestamp: 20180320144025Z
dn: cn=givenName,cn=index,cn=userRoot,cn=ldbm database,cn=plugins,cn=config objectClass: top objectClass: nsIndex cn: givenName nsSystemIndex: false nsIndexType: pres nsIndexType: eq nsIndexType: sub creatorsName: cn=ldbm database,cn=plugins,cn=config modifiersName: cn=ldbm database,cn=plugins,cn=config createTimestamp: 20180320144025Z modifyTimestamp: 20180320144025Z
dn: cn=mail,cn=index,cn=userRoot,cn=ldbm database,cn=plugins,cn=config objectClass: top objectClass: nsIndex cn: mail nsSystemIndex: false nsIndexType: pres nsIndexType: eq nsIndexType: sub creatorsName: cn=ldbm database,cn=plugins,cn=config modifiersName: cn=ldbm database,cn=plugins,cn=config createTimestamp: 20180320144025Z modifyTimestamp: 20180320144025Z
dn: cn=mailAlternateAddress,cn=index,cn=userRoot,cn=ldbm database,cn=plugins,c n=config objectClass: top objectClass: nsIndex cn: mailAlternateAddress nsSystemIndex: false nsIndexType: eq creatorsName: cn=ldbm database,cn=plugins,cn=config modifiersName: cn=ldbm database,cn=plugins,cn=config createTimestamp: 20180320144025Z modifyTimestamp: 20180320144025Z
dn: cn=mailHost,cn=index,cn=userRoot,cn=ldbm database,cn=plugins,cn=config objectClass: top objectClass: nsIndex cn: mailHost nsSystemIndex: false nsIndexType: eq creatorsName: cn=ldbm database,cn=plugins,cn=config modifiersName: cn=ldbm database,cn=plugins,cn=config createTimestamp: 20180320144025Z modifyTimestamp: 20180320144025Z
dn: cn=member,cn=index,cn=userRoot,cn=ldbm database,cn=plugins,cn=config objectClass: top objectClass: nsIndex cn: member nsSystemIndex: false nsIndexType: eq creatorsName: cn=ldbm database,cn=plugins,cn=config modifiersName: cn=ldbm database,cn=plugins,cn=config createTimestamp: 20180320144025Z modifyTimestamp: 20180320144025Z
dn: cn=memberOf,cn=index,cn=userRoot,cn=ldbm database,cn=plugins,cn=config objectClass: top objectClass: nsIndex cn: memberOf nsSystemIndex: false nsIndexType: eq creatorsName: cn=ldbm database,cn=plugins,cn=config modifiersName: cn=ldbm database,cn=plugins,cn=config createTimestamp: 20180320144025Z modifyTimestamp: 20180320144025Z
dn: cn=nscpEntryDN,cn=index,cn=userRoot,cn=ldbm database,cn=plugins,cn=config objectClass: top objectClass: nsIndex cn: nscpEntryDN nsSystemIndex: true nsIndexType: eq creatorsName: cn=ldbm database,cn=plugins,cn=config modifiersName: cn=ldbm database,cn=plugins,cn=config createTimestamp: 20180320144025Z modifyTimestamp: 20180320144025Z
dn: cn=nsds5ReplConflict,cn=index,cn=userRoot,cn=ldbm database,cn=plugins,cn=c onfig objectClass: top objectClass: nsIndex cn: nsds5ReplConflict nsSystemIndex: true nsIndexType: eq nsIndexType: pres creatorsName: cn=ldbm database,cn=plugins,cn=config modifiersName: cn=ldbm database,cn=plugins,cn=config createTimestamp: 20180320144025Z modifyTimestamp: 20180320144025Z
dn: cn=nsuniqueid,cn=index,cn=userRoot,cn=ldbm database,cn=plugins,cn=config objectClass: top objectClass: nsIndex cn: nsuniqueid nsSystemIndex: true nsIndexType: eq creatorsName: cn=ldbm database,cn=plugins,cn=config modifiersName: cn=ldbm database,cn=plugins,cn=config createTimestamp: 20180320144025Z modifyTimestamp: 20180320144025Z
dn: cn=ntUniqueId,cn=index,cn=userRoot,cn=ldbm database,cn=plugins,cn=config objectClass: top objectClass: nsIndex cn: ntUniqueId nsSystemIndex: false nsIndexType: eq creatorsName: cn=ldbm database,cn=plugins,cn=config modifiersName: cn=ldbm database,cn=plugins,cn=config createTimestamp: 20180320144025Z modifyTimestamp: 20180320144025Z
dn: cn=ntUserDomainId,cn=index,cn=userRoot,cn=ldbm database,cn=plugins,cn=conf ig objectClass: top objectClass: nsIndex cn: ntUserDomainId nsSystemIndex: false nsIndexType: eq creatorsName: cn=ldbm database,cn=plugins,cn=config modifiersName: cn=ldbm database,cn=plugins,cn=config createTimestamp: 20180320144025Z modifyTimestamp: 20180320144025Z
dn: cn=numsubordinates,cn=index,cn=userRoot,cn=ldbm database,cn=plugins,cn=con fig objectClass: top objectClass: nsIndex cn: numsubordinates nsSystemIndex: true nsIndexType: pres creatorsName: cn=ldbm database,cn=plugins,cn=config modifiersName: cn=ldbm database,cn=plugins,cn=config createTimestamp: 20180320144025Z modifyTimestamp: 20180320144025Z
dn: cn=objectclass,cn=index,cn=userRoot,cn=ldbm database,cn=plugins,cn=config objectClass: top objectClass: nsIndex cn: objectclass nsSystemIndex: true nsIndexType: eq creatorsName: cn=ldbm database,cn=plugins,cn=config modifiersName: cn=ldbm database,cn=plugins,cn=config createTimestamp: 20180320144025Z modifyTimestamp: 20180320144025Z
dn: cn=owner,cn=index,cn=userRoot,cn=ldbm database,cn=plugins,cn=config objectClass: top objectClass: nsIndex cn: owner nsSystemIndex: false nsIndexType: eq creatorsName: cn=ldbm database,cn=plugins,cn=config modifiersName: cn=ldbm database,cn=plugins,cn=config createTimestamp: 20180320144025Z modifyTimestamp: 20180320144025Z
dn: cn=parentid,cn=index,cn=userRoot,cn=ldbm database,cn=plugins,cn=config objectClass: top objectClass: nsIndex cn: parentid nsSystemIndex: true nsIndexType: eq creatorsName: cn=ldbm database,cn=plugins,cn=config modifiersName: cn=ldbm database,cn=plugins,cn=config createTimestamp: 20180320144025Z modifyTimestamp: 20180320144025Z
dn: cn=seeAlso,cn=index,cn=userRoot,cn=ldbm database,cn=plugins,cn=config objectClass: top objectClass: nsIndex cn: seeAlso nsSystemIndex: false nsIndexType: eq creatorsName: cn=ldbm database,cn=plugins,cn=config modifiersName: cn=ldbm database,cn=plugins,cn=config createTimestamp: 20180320144025Z modifyTimestamp: 20180320144025Z
dn: cn=sn,cn=index,cn=userRoot,cn=ldbm database,cn=plugins,cn=config objectClass: top objectClass: nsIndex cn: sn nsSystemIndex: false nsIndexType: pres nsIndexType: eq nsIndexType: sub creatorsName: cn=ldbm database,cn=plugins,cn=config modifiersName: cn=ldbm database,cn=plugins,cn=config createTimestamp: 20180320144025Z modifyTimestamp: 20180320144025Z
dn: cn=telephoneNumber,cn=index,cn=userRoot,cn=ldbm database,cn=plugins,cn=con fig objectClass: top objectClass: nsIndex cn: telephoneNumber nsSystemIndex: false nsIndexType: pres nsIndexType: eq nsIndexType: sub creatorsName: cn=ldbm database,cn=plugins,cn=config modifiersName: cn=ldbm database,cn=plugins,cn=config createTimestamp: 20180320144025Z modifyTimestamp: 20180320144025Z
dn: cn=uid,cn=index,cn=userRoot,cn=ldbm database,cn=plugins,cn=config objectClass: top objectClass: nsIndex cn: uid nsSystemIndex: false nsIndexType: eq creatorsName: cn=ldbm database,cn=plugins,cn=config modifiersName: cn=ldbm database,cn=plugins,cn=config createTimestamp: 20180320144025Z modifyTimestamp: 20180320144025Z
dn: cn=uniquemember,cn=index,cn=userRoot,cn=ldbm database,cn=plugins,cn=config objectClass: top objectClass: nsIndex cn: uniquemember nsSystemIndex: false nsIndexType: eq creatorsName: cn=ldbm database,cn=plugins,cn=config modifiersName: cn=ldbm database,cn=plugins,cn=config createTimestamp: 20180320144025Z modifyTimestamp: 20180320144025Z
On Fri, Mar 23, 2018 at 12:02 PM, Mark Reynolds mreynolds@redhat.com wrote:
Did you change both master and consumer's config?
Consumer:
dn: cn=replica,cn=dc\3Dnorthshore\2Cdc\3Dedu,cn=mapping tree,cn=config ... nsDS5ReplicaBindDN: <Set to replica manager>Master:
Update the agreements to use replica managerOn 03/23/2018 11:53 AM, JESSE LUNT wrote:
Mark
When I change the binding account I now get a permission denied error.On Fri, Mar 23, 2018 at 9:52 AM, Mark Reynolds mreynolds@redhat.com wrote:
On 03/23/2018 09:05 AM, JESSE LUNT wrote:
Here is the dse.ldif on 389ds2 (strange that it is in a slapd-389ds1 directory, I thought it was supposed to create a directory named slapd-hostname. Could this server be a clone? )
Perhaps, but you can name an instance anything you want.
I see a problem here:
dn: cn=replica,cn=dc\3Dnorthshore\2Cdc\3Dedu,cn=mapping tree,cn=config ... ... nsDS5ReplicaBindDN: cn=directory manager
nsDS5ReplicaBindDN needs to be one of the replication managers (you have two) - it should not be the "Directory Manager":
uid=rmanager,cn=config or uid=RManager2,cn=config
Then on the replication agreement(s) on 389ds1, make sure the agreement bind dn (and credentials) is for one of these replication managers.
Fix this first, and lets see what happens.
Mark
On Thu, Mar 22, 2018 at 4:08 PM, Mark Reynolds mreynolds@redhat.com wrote:
On 03/22/2018 04:04 PM, JESSE LUNT wrote:
When I access the 389ds2 using an ldap browser, I still do not see the user Root database. However, would I see it if it hasn't finished initializing?
You said you already created the userRoot database on 389ds2, so you are saying you don't see it anymore?
Any chance I could see the dse.ldif from 389ds2? Perhaps 389ds2 is not properly configured?
Anyway you need to look at the logs next to figure out why the initialization is not occurring. The access log should show a connection coming from 389ds1, and it binding as your replication manager. The errors log might also have useful info (on either server).
Mark
Jesse
Sent from my iPhone
On Mar 22, 2018, at 1:30 PM, Mark Reynolds mreynolds@redhat.com wrote:
How man entries are in the 389ds1?
You need to look at the access/errors logs on 389ds2 to see if 389ds1 is making contact and what is it doing.
It's also possible it finished initializing. Are there any entries on 389ds2? If you make an update on 389ds1 does it appear on 389ds2?
On 03/22/2018 12:51 PM, JESSE LUNT wrote:
Hello,
I am trying to replicate my userRoot database to another 389LDAPserver (supplier: 389ds1, consumer: 389ds2). The database on the supplier has not been replicated to any server for more than 2 years. (yikes!!!).
I have been successful in backing up the database in question, and am now trying to create a replica agreement. I created the root suffix on the consumer side (389ds2) and then created a replication agreement from the admin console. The admin console has been in the state of wait while consumer is initialized.
<image.png>
Here is the output from the repl-monitor script
Enter password for (:): Master: 389ds1.northshore.edu:389 ldap:// 389ds1.northshore.edu:389/ Replica ID: 1212 Replica Root: dc=northshore,dc=edu Max CSN: 5ab3dd8f000004bc0000 (03/22/2018 12:45:03) Use of uninitialized value in string at /usr/bin/repl-monitor.pl line 814, <> line 1. Use of uninitialized value in join or string at /usr/bin/repl-monitor.pl line 1151, <> line 1. Receiver: 389ds2.northshore.edu:389 ldap://389ds2.northshore.edu:389/ Type: consumer Time Lag: - ?:??:?? Max CSN: none Use of uninitialized value in concatenation (.) or string at /usr/bin/ repl-monitor.pl line 855, <> line 1. Last Modify Time: Supplier: 389ds1.northshore.edu:389 Sent/Skipped: 0 / 0 Update Status: 0 Replica acquired successfully: Incremental update started Update Started: 03/22/2018 12:45:01 Update Ended: 03/22/2018 12:45:01 Schedule: always in sync SSL: n Replica ID: 1971 Replica Root: o=netscaperoot Max CSN: 5ab1364d000407b30000 (03/20/2018 12:26:53 4 0) Receiver: 389ds2.northshore.edu:389 ldap://389ds2.northshore.edu:389/ Type: consumer Time Lag: 0:00:00 Max CSN: 5ab1364d000407b30000 (03/20/2018 12:26:53 4 0) Last Modify Time: 3/20/2018 12:26:52 Supplier: 389ds1.northshore.edu:389 Sent/Skipped: 0 / 0 Update Status: 0 Replica acquired successfully: Incremental update succeeded Update Started: 03/20/2018 13:58:15 Update Ended: 03/20/2018 13:58:15 Schedule: always in sync SSL: n
My question is... is this hung or is the replication initialization going to take days because of how long it has been since it has replicated the database? --
Thanks,
Jesse
389-users mailing list -- 389-users@lists.fedoraproject.org To unsubscribe send an email to 389-users-leave@lists.fedoraproject.org
--
Jesse Lunt Director of Network and User Services Office of Information Services North Shore Community College (978)-762-4014 <%28978%29%20762-4014>
--
Jesse Lunt Director of Network and User Services Office of Information Services North Shore Community College (978)-762-4014 <(978)%20762-4014>
dn: cn=replica,cn=dc\3Dnorthshore\2Cdc\3Dedu,cn=mapping tree,cn=config objectClass: nsDS5Replica objectClass: top nsDS5ReplicaRoot: dc=northshore,dc=edu nsDS5ReplicaType: 2 nsDS5Flags: 0 nsds5ReplicaPurgeDelay: 604800 nsDS5ReplicaBindDN:*cn=replication manager,cn=config* cn: replica creatorsName: cn=directory manager modifiersName: cn=directory manager createTimestamp: 20180320162523Z modifyTimestamp: 20180323150229Z nsDS5ReplicaId: 65535
But "*cn=replication manager,cn=config*" does not exist in your config. The two existing replication manager entries you have are:
dn: uid=rmanager,cn=config uid: rmanager givenName: replication manager objectClass: top objectClass: person objectClass: organizationalPerson objectClass: inetorgperson sn: manager cn: directory manager userPassword: {SSHA}Q6BkStQecBSJFsro4jrOP5Suf6fIVemBV4SLGQ== creatorsName: cn=directory manager modifiersName: cn=directory manager createTimestamp: 20180319140621Z modifyTimestamp: 20180323145435Z pwdpolicysubentry: cn=cn\3DnsPwPolicyEntry\2Cuid\3Drmanager\2Ccn\3Dconfig,cn=n sPwPolicyContainer,cn=config passwordGraceUserTime: 0
dn: uid=RManager2,cn=config uid: RManager2 givenName: Replication objectClass: top objectClass: person objectClass: organizationalPerson objectClass: inetorgperson sn: Manager cn: Replication Manager userPassword: {SSHA}p8hq6oMxQY7TlO8QB3lzUMpbuQsGHri8mmiHEQ== creatorsName: cn=directory manager modifiersName: cn=directory manager createTimestamp: 20171106192255Z modifyTimestamp: 20171106192255Z
Pick one of these(if you know the password), or create the "cn=replication,cn=config" entry.
Regards, Mark
Mark,
It worked!
Thanks!!! If you are ever in MA send me an email and I'll buy you a beer!
-Jesse
On Fri, Mar 23, 2018 at 12:02 PM, Mark Reynolds mreynolds@redhat.com wrote:
Did you change both master and consumer's config?
Consumer:
dn: cn=replica,cn=dc\3Dnorthshore\2Cdc\3Dedu,cn=mapping tree,cn=config ... nsDS5ReplicaBindDN: <Set to replica manager>Master:
Update the agreements to use replica managerOn 03/23/2018 11:53 AM, JESSE LUNT wrote:
Mark
When I change the binding account I now get a permission denied error.On Fri, Mar 23, 2018 at 9:52 AM, Mark Reynolds mreynolds@redhat.com wrote:
On 03/23/2018 09:05 AM, JESSE LUNT wrote:
Here is the dse.ldif on 389ds2 (strange that it is in a slapd-389ds1 directory, I thought it was supposed to create a directory named slapd-hostname. Could this server be a clone? )
Perhaps, but you can name an instance anything you want.
I see a problem here:
dn: cn=replica,cn=dc\3Dnorthshore\2Cdc\3Dedu,cn=mapping tree,cn=config ... ... nsDS5ReplicaBindDN: cn=directory manager
nsDS5ReplicaBindDN needs to be one of the replication managers (you have two) - it should not be the "Directory Manager":
uid=rmanager,cn=config or uid=RManager2,cn=config
Then on the replication agreement(s) on 389ds1, make sure the agreement bind dn (and credentials) is for one of these replication managers.
Fix this first, and lets see what happens.
Mark
On Thu, Mar 22, 2018 at 4:08 PM, Mark Reynolds mreynolds@redhat.com wrote:
On 03/22/2018 04:04 PM, JESSE LUNT wrote:
When I access the 389ds2 using an ldap browser, I still do not see the user Root database. However, would I see it if it hasn't finished initializing?
You said you already created the userRoot database on 389ds2, so you are saying you don't see it anymore?
Any chance I could see the dse.ldif from 389ds2? Perhaps 389ds2 is not properly configured?
Anyway you need to look at the logs next to figure out why the initialization is not occurring. The access log should show a connection coming from 389ds1, and it binding as your replication manager. The errors log might also have useful info (on either server).
Mark
Jesse
Sent from my iPhone
On Mar 22, 2018, at 1:30 PM, Mark Reynolds mreynolds@redhat.com wrote:
How man entries are in the 389ds1?
You need to look at the access/errors logs on 389ds2 to see if 389ds1 is making contact and what is it doing.
It's also possible it finished initializing. Are there any entries on 389ds2? If you make an update on 389ds1 does it appear on 389ds2?
On 03/22/2018 12:51 PM, JESSE LUNT wrote:
Hello,
I am trying to replicate my userRoot database to another 389LDAPserver (supplier: 389ds1, consumer: 389ds2). The database on the supplier has not been replicated to any server for more than 2 years. (yikes!!!).
I have been successful in backing up the database in question, and am now trying to create a replica agreement. I created the root suffix on the consumer side (389ds2) and then created a replication agreement from the admin console. The admin console has been in the state of wait while consumer is initialized.
<image.png>
Here is the output from the repl-monitor script
Enter password for (:): Master: 389ds1.northshore.edu:389 ldap:// 389ds1.northshore.edu:389/ Replica ID: 1212 Replica Root: dc=northshore,dc=edu Max CSN: 5ab3dd8f000004bc0000 (03/22/2018 12:45:03) Use of uninitialized value in string at /usr/bin/repl-monitor.pl line 814, <> line 1. Use of uninitialized value in join or string at /usr/bin/repl-monitor.pl line 1151, <> line 1. Receiver: 389ds2.northshore.edu:389 ldap://389ds2.northshore.edu:389/ Type: consumer Time Lag: - ?:??:?? Max CSN: none Use of uninitialized value in concatenation (.) or string at /usr/bin/ repl-monitor.pl line 855, <> line 1. Last Modify Time: Supplier: 389ds1.northshore.edu:389 Sent/Skipped: 0 / 0 Update Status: 0 Replica acquired successfully: Incremental update started Update Started: 03/22/2018 12:45:01 Update Ended: 03/22/2018 12:45:01 Schedule: always in sync SSL: n Replica ID: 1971 Replica Root: o=netscaperoot Max CSN: 5ab1364d000407b30000 (03/20/2018 12:26:53 4 0) Receiver: 389ds2.northshore.edu:389 ldap://389ds2.northshore.edu:389/ Type: consumer Time Lag: 0:00:00 Max CSN: 5ab1364d000407b30000 (03/20/2018 12:26:53 4 0) Last Modify Time: 3/20/2018 12:26:52 Supplier: 389ds1.northshore.edu:389 Sent/Skipped: 0 / 0 Update Status: 0 Replica acquired successfully: Incremental update succeeded Update Started: 03/20/2018 13:58:15 Update Ended: 03/20/2018 13:58:15 Schedule: always in sync SSL: n
My question is... is this hung or is the replication initialization going to take days because of how long it has been since it has replicated the database? --
Thanks,
Jesse
389-users mailing list -- 389-users@lists.fedoraproject.org To unsubscribe send an email to 389-users-leave@lists.fedoraproject.org
--
Jesse Lunt Director of Network and User Services Office of Information Services North Shore Community College (978)-762-4014 <%28978%29%20762-4014>
--
Jesse Lunt Director of Network and User Services Office of Information Services North Shore Community College (978)-762-4014 <(978)%20762-4014>
On 03/23/2018 02:16 PM, JESSE LUNT wrote:
Mark,
It worked!
Thanks!!! If you are ever in MA send me an email and I'll buy you a beer!
I accept, and do head up that way every now and then :-)
Anyway, glad it's working!
-Jesse
On Fri, Mar 23, 2018 at 12:02 PM, Mark Reynolds <mreynolds@redhat.com mailto:mreynolds@redhat.com> wrote:
Did you change both master and consumer's config? Consumer: dn: cn=replica,cn=dc\3Dnorthshore\2Cdc\3Dedu,cn=mapping tree,cn=config ... nsDS5ReplicaBindDN: <Set to replica manager> Master: Update the agreements to use replica manager On 03/23/2018 11:53 AM, JESSE LUNT wrote:Mark When I change the binding account I now get a permission denied error. On Fri, Mar 23, 2018 at 9:52 AM, Mark Reynolds <mreynolds@redhat.com <mailto:mreynolds@redhat.com>> wrote: On 03/23/2018 09:05 AM, JESSE LUNT wrote:Here is the dse.ldif on 389ds2 (strange that it is in a slapd-389ds1 directory, I thought it was supposed to create a directory named slapd-hostname. Could this server be a clone? )Perhaps, but you can name an instance anything you want. I see a problem here: dn: cn=replica,cn=dc\3Dnorthshore\2Cdc\3Dedu,cn=mapping tree,cn=config ... ... nsDS5ReplicaBindDN: cn=directory manager nsDS5ReplicaBindDN needs to be one of the replication managers (you have two) - it should not be the "Directory Manager": uid=rmanager,cn=config or uid=RManager2,cn=config Then on the replication agreement(s) on 389ds1, make sure the agreement bind dn (and credentials) is for one of these replication managers. Fix this first, and lets see what happens. MarkOn Thu, Mar 22, 2018 at 4:08 PM, Mark Reynolds <mreynolds@redhat.com <mailto:mreynolds@redhat.com>> wrote: On 03/22/2018 04:04 PM, JESSE LUNT wrote:When I access the 389ds2 using an ldap browser, I still do not see the user Root database. However, would I see it if it hasn't finished initializing?You said you already created the userRoot database on 389ds2, so you are saying you don't see it anymore? Any chance I could see the dse.ldif from 389ds2? Perhaps 389ds2 is not properly configured? Anyway you need to look at the logs next to figure out why the initialization is not occurring. The access log should show a connection coming from 389ds1, and it binding as your replication manager. The errors log might also have useful info (on either server). MarkJesse Sent from my iPhone On Mar 22, 2018, at 1:30 PM, Mark Reynolds <mreynolds@redhat.com <mailto:mreynolds@redhat.com>> wrote:How man entries are in the 389ds1? You need to look at the access/errors logs on 389ds2 to see if 389ds1 is making contact and what is it doing. It's also possible it finished initializing. Are there any entries on 389ds2? If you make an update on 389ds1 does it appear on 389ds2? On 03/22/2018 12:51 PM, JESSE LUNT wrote:Hello, I am trying to replicate my userRoot database to another 389LDAP server (supplier: 389ds1, consumer: 389ds2). The database on the supplier has not been replicated to any server for more than 2 years. (yikes!!!). I have been successful in backing up the database in question, and am now trying to create a replica agreement. I created the root suffix on the consumer side (389ds2) and then created a replication agreement from the admin console. The admin console has been in the state of wait while consumer is initialized. <image.png> Here is the output from the repl-monitor script Enter password for (:): Master: 389ds1.northshore.edu:389 <http://389ds1.northshore.edu:389> ldap://389ds1.northshore.edu:389/ <http://389ds1.northshore.edu:389/> Replica ID: 1212 Replica Root: dc=northshore,dc=edu Max CSN: 5ab3dd8f000004bc0000 (03/22/2018 12:45:03) Use of uninitialized value in string at /usr/bin/repl-monitor.pl <http://repl-monitor.pl> line 814, <> line 1. Use of uninitialized value in join or string at /usr/bin/repl-monitor.pl <http://repl-monitor.pl> line 1151, <> line 1. Receiver: 389ds2.northshore.edu:389 <http://389ds2.northshore.edu:389> ldap://389ds2.northshore.edu:389/ <http://389ds2.northshore.edu:389/> Type: consumer Time Lag: - ?:??:?? Max CSN: none Use of uninitialized value in concatenation (.) or string at /usr/bin/repl-monitor.pl <http://repl-monitor.pl> line 855, <> line 1. Last Modify Time: Supplier: 389ds1.northshore.edu:389 <http://389ds1.northshore.edu:389> Sent/Skipped: 0 / 0 Update Status: 0 Replica acquired successfully: Incremental update started Update Started: 03/22/2018 12:45:01 Update Ended: 03/22/2018 12:45:01 Schedule: always in sync SSL: n Replica ID: 1971 Replica Root: o=netscaperoot Max CSN: 5ab1364d000407b30000 (03/20/2018 12:26:53 4 0) Receiver: 389ds2.northshore.edu:389 <http://389ds2.northshore.edu:389> ldap://389ds2.northshore.edu:389/ <http://389ds2.northshore.edu:389/> Type: consumer Time Lag: 0:00:00 Max CSN: 5ab1364d000407b30000 (03/20/2018 12:26:53 4 0) Last Modify Time: 3/20/2018 12:26:52 Supplier: 389ds1.northshore.edu:389 <http://389ds1.northshore.edu:389> Sent/Skipped: 0 / 0 Update Status: 0 Replica acquired successfully: Incremental update succeeded Update Started: 03/20/2018 13:58:15 Update Ended: 03/20/2018 13:58:15 Schedule: always in sync SSL: n My question is... is this hung or is the replication initialization going to take days because of how long it has been since it has replicated the database? -- Thanks, Jesse _______________________________________________ 389-users mailing list -- 389-users@lists.fedoraproject.org <mailto:389-users@lists.fedoraproject.org> To unsubscribe send an email to 389-users-leave@lists.fedoraproject.org <mailto:389-users-leave@lists.fedoraproject.org>-- Jesse Lunt Director of Network and User Services Office of Information Services North Shore Community College (978)-762-4014 <tel:%28978%29%20762-4014>-- Jesse Lunt Director of Network and User Services Office of Information Services North Shore Community College (978)-762-4014 <tel:%28978%29%20762-4014>--
Jesse Lunt Director of Network and User Services Office of Information Services North Shore Community College (978)-762-4014
389-users mailing list -- 389-users@lists.fedoraproject.org To unsubscribe send an email to 389-users-leave@lists.fedoraproject.org
389-users@lists.fedoraproject.org