Update Enabling openldap memberof authored by Johannes Buechele's avatar Johannes Buechele
......@@ -20,7 +20,7 @@ olcMemberOfMemberAD: member
olcMemberOfMemberOfAD: memberOf
```
2. Create `refint1.ldif` file
1. Create `refint1.ldif` file
```ldif
dn: cn=module{1},cn=config
......@@ -28,7 +28,7 @@ add: olcmoduleload
olcmoduleload: refint
```
3. Create `refint2.ldi` file
1. Create `refint2.ldi` file
```ldif
dn: olcOverlay={1}refint,olcDatabase={1}hdb,cn=config
......@@ -40,13 +40,13 @@ olcOverlay: {1}refint
olcRefintAttribute: memberof member manager owner
```
4. To set up the memberof module and configure it, run this command:
1. To set up the memberof module and configure it, run this command:
```
sudo ldapadd -Q -Y EXTERNAL -H ldapi:/// -f memberof_config.ldif
```
5. To load and configure the refint module
1. To load and configure the refint module
```
sudo ldapmodify -Q -Y EXTERNAL -H ldapi:/// -f /tmp/refint1.ldif
......
......