dmzconf/kralizec/slapd
Malin Freeborn eb5d3b018b
new structure
This kicks off the basic tree structure, where the docs all mirror the
reality, like an ascii penumbra.
2024-12-04 15:32:53 +01:00
..
.gitignore new structure 2024-12-04 15:32:53 +01:00
acladd-template.ldif new structure 2024-12-04 15:32:53 +01:00
generateacl.sh new structure 2024-12-04 15:32:53 +01:00
generatecreds.sh new structure 2024-12-04 15:32:53 +01:00
README.md new structure 2024-12-04 15:32:53 +01:00
servicesaccounts.txt new structure 2024-12-04 15:32:53 +01:00

Create ldap users at dmz.rs/account for users in the servicesaccounts.txt these accounts should be listed in /root/ldifs/addacl.ldif to generate addacl.ldif run generateacl.sh

add tls keys in /etc/ssl/certs/ldap.krov.dmz.rs

Generate password for admin user on this server only and add it when asked during installation

apt install slapd

For domain set dmz.rs for Organization set Users for admin password use previously generated password

dpkg-reconfigure slapd

change /etc/default/slapd to replace ldap:// with ldaps:// under SLAPD_SERVICES

service slapd restart ./setup.sh

dmzrsaccount vm should run prepare.py ldapsync vm should run sync.py