Linuxhotel Wiki

Wie ging das nochmal?

Benutzer-Werkzeuge

Webseiten-Werkzeuge


fortgeschrittene:ldap-config

Unterschiede

Hier werden die Unterschiede zwischen zwei Versionen gezeigt.

Link zu der Vergleichsansicht

Beide Seiten, vorherige Überarbeitung Vorherige Überarbeitung
Nächste Überarbeitung
Vorherige Überarbeitung
fortgeschrittene:ldap-config [2018/02/27 14:14]
ingo_wichmann [OpenLDAP mit cn=config]
fortgeschrittene:ldap-config [2018/02/27 14:45] (aktuell)
ingo_wichmann [bearbeiten]
Zeile 1: Zeile 1:
 ====== Tips & Tricks: OpenLDAP mit cn=config ====== ====== Tips & Tricks: OpenLDAP mit cn=config ======
-===== root Zugirff ​auf slapd-Konfiguration geben =====+===== root Zugriff ​auf slapd-Konfiguration geben =====
 ''​~/​.ldaprc''​ für root: ''​~/​.ldaprc''​ für root:
  
-<​file>​+<​file ​txt ~/.ldaprc>
 URI       ​ldapi:///​ URI       ​ldapi:///​
 BASE      cn=config BASE      cn=config
Zeile 30: Zeile 30:
 changetype: modify changetype: modify
 replace: olcAccess replace: olcAccess
-olcAccess: {0}to attrs=userPassword by self write by anonymous auth by * none +olcAccess: {0}to attrs=userPassword ​ 
-olcAccess: {1}to attrs=shadowLastChange by self write by * read +  ​by self write  
-olcAccess: {2}to * by * read+  by dn="​cn=admin,​dc=example,​dc=org"​ write  
 +  ​by anonymous auth  
 +  ​by * none 
 +olcAccess: {1}to attrs=shadowLastChange ​ 
 +  ​by self write  
 +  by dn="​cn=admin,​dc=example,​dc=org"​ write  
 +  ​by * read 
 +olcAccess: {2}to *  
 +  by dn="​cn=admin,​dc=example,​dc=org"​ write  
 +  ​by * read
  
 </​file>​ </​file>​
fortgeschrittene/ldap-config.1519740846.txt.gz · Zuletzt geändert: 2018/02/27 14:14 von ingo_wichmann