Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

centos 7 openldap install

# yum -y install openldap compat-openldap openldap-clients openldap-servers openldap-servers-sql openldap-devel
Comment

openldap install centos 8

dn: olcDatabase=mdb,cn=config
objectClass: olcDatabaseConfig
objectClass: olcMdbConfig
olcDatabase: mdb
olcDbMaxSize: 42949672960
olcDbDirectory: /var/lib/openldap
olcSuffix: dc=ldapmaster,dc=kifarunix-demo,dc=com
olcRootDN: cn=admin,dc=ldapmaster,dc=kifarunix-demo,dc=com
olcRootPW: {SSHA}5Hcgjj4gtcr/exLcdSRuYgH6bFhIqkSe
olcDbIndex: uid pres,eq
olcDbIndex: cn,sn pres,eq,approx,sub
olcDbIndex: mail pres,eq,sub
olcDbIndex: objectClass pres,eq
olcDbIndex: loginShell pres,eq
olcDbIndex: sudoUser,sudoHost pres,eq
olcAccess: to attrs=userPassword,shadowLastChange,shadowExpire
  by self write
  by anonymous auth
  by dn.subtree="gidNumber=0+uidNumber=0,cn=peercred,cn=external,cn=auth" manage 
  by dn.subtree="ou=system,dc=ldapmaster,dc=kifarunix-demo,dc=com" read
  by * none
olcAccess: to dn.subtree="ou=system,dc=ldapmaster,dc=kifarunix-demo,dc=com" by dn.subtree="gidNumber=0+uidNumber=0,cn=peercred,cn=external,cn=auth" manage
  by * none
olcAccess: to dn.subtree="dc=ldapmaster,dc=kifarunix-demo,dc=com" by dn.subtree="gidNumber=0+uidNumber=0,cn=peercred,cn=external,cn=auth" manage
  by users read 
  by * none
Comment

PREVIOUS NEXT
Code Example
Shell :: list files in git 
Shell :: The terminal process failed to launch: Path to shell executable "cmd.exe" does not exist. vscode 
Shell :: how to paste in git bash 
Shell :: linux get ownership of own user directory folder ubuntu chown operation not permitted 
Shell :: -bash: docker: command not found mac 
Shell :: add python to path zsh 
Shell :: gen_random_uuid() does not exist 
Shell :: add a new line at the end of this file in powershell 
Shell :: linux lis disks 
Shell :: leaflet install yarn 
Shell :: how to mount windows folder on ubuntu 
Shell :: install firebase on flutter 
Shell :: how to install docker in ubuntu 
Shell :: making a service provider in laravel 
Shell :: delete lines text file linux 
Shell :: mongodb start 
Shell :: how to uninstall react-slick 
Shell :: ubuntu see date of last modification to file 
Shell :: powershell script enable tls 1.2 
Shell :: git push remote 
Shell :: scp local to remote 
Shell :: bash script to clean up log files in /var/log 
Shell :: how to remove large file from github repo history 
Shell :: win add to startup 
Shell :: taskkill cmd 
Shell :: current time linux 
Shell :: how to git login in terminal 
Shell :: find only files linux 
Shell :: how to avoid nginx not found 404 error ubuntu react app 
Shell :: how to use gitignore to ignore a folder 
ADD CONTENT
Topic
Content
Source link
Name
2+9 =