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 :: How do I save terminal output to a file? 
Shell :: github swaggo 
Shell :: bash multiline string variable 
Shell :: bash vi exit 
Shell :: uninstall adobe creative cloud 
Shell :: sveltekit with tailwindcss 
Shell :: how to make directories in linux 
Shell :: linux copy directory 
Shell :: how to execute script and pass a parameterin linux 
Shell :: open cmd here shortcut 
Shell :: how to exit git in terminal 
Shell :: install kubernetes ubuntu 20.04 
Shell :: windows powershell create new file 
Shell :: touch linux 
Shell :: arch linux wine 
Shell :: removing a file in linux 
Shell :: create a bootable usb drive ubuntu 
Shell :: git checkout master 
Shell :: get program path powershell 
Shell :: git cherry-pick 
Shell :: how to start xfce4 sudo command 
Shell :: centos 6 vm.min_free_kbytes 
Shell :: dev/ktm not found 
Shell :: Correct Folder Permissions Ubuntu 18.04 Server 
Shell :: cd n directories back 
Shell :: bat configuration file 
Shell :: Warning: Broken symlinks were found. Remove them with `brew cleanup`: 
Shell :: how to install nipe 
Shell :: wickrme for ubuntu 
Shell :: what can i do with the error unable to issure certificate clone git 
ADD CONTENT
Topic
Content
Source link
Name
6+2 =