Added ldap.usr (cvm -> vhost migration, Fedora 31 upgrade).
authorZoltán Felleg <zoltan.felleg@userrendszerhaz.hu>
Tue, 5 Nov 2019 14:05:29 +0000 (15:05 +0100)
committerZoltán Felleg <zoltan.felleg@userrendszerhaz.hu>
Tue, 5 Nov 2019 14:05:29 +0000 (15:05 +0100)
commitf7a8fe4b1dcab5b427745a2b120eb431c90b6eda
tree902437c20a8f15cc91d24e15da432fc68fa4a0c0
parent60e84d510dcdeecd5fea0a4a8030643e09b663aa
Added ldap.usr (cvm -> vhost migration, Fedora 31 upgrade).
38 files changed:
sources/ldap.usr/config [new file with mode: 0644]
sources/ldap.usr/envvars [new file with mode: 0644]
sources/ldap.usr/firstboot/01_setupnetworking.sh [new file with mode: 0755]
sources/ldap.usr/firstboot/02_settimezone.sh [new file with mode: 0755]
sources/ldap.usr/firstboot/10_createldapcert.sh [new file with mode: 0755]
sources/ldap.usr/firstboot/11_createusers.sh [new file with mode: 0755]
sources/ldap.usr/firstboot/20_setupldap.sh [new file with mode: 0755]
sources/ldap.usr/firstboot/99_cleanup.sh [new file with mode: 0755]
sources/ldap.usr/firstboot/USERS.txt [new file with mode: 0644]
sources/ldap.usr/firstboot/pwd.txt [new file with mode: 0644]
sources/ldap.usr/firstboot/replacerootpw.ldif [new file with mode: 0644]
sources/ldap.usr/firstboot/setup0config.ldif [new file with mode: 0644]
sources/ldap.usr/firstboot/setup1monitor.ldif [new file with mode: 0644]
sources/ldap.usr/firstboot/setup2mdb.ldif [new file with mode: 0644]
sources/ldap.usr/firstboot/setupdomain.ldif [new file with mode: 0644]
sources/ldap.usr/firstboot/setuptls.ldif [new file with mode: 0644]
sources/ldap.usr/firstboot/user_template.ldif [new file with mode: 0644]
sources/ldap.usr/postinstall/01_setownership.sh [new file with mode: 0755]
sources/ldap.usr/postinstall/02_setpermissions.sh [new file with mode: 0755]
sources/ldap.usr/postinstall/03_installfiles.sh [new file with mode: 0755]
sources/ldap.usr/postinstall/10_setupservices.sh [new file with mode: 0755]
sources/ldap.usr/postinstall/20_setupsshldap.sh [new file with mode: 0755]
sources/ldap.usr/postinstall/99_cleanup.sh [new file with mode: 0755]
sources/ldap.usr/postinstall/install/etc/hosts [new file with mode: 0644]
sources/ldap.usr/postinstall/install/etc/openldap/ldap.conf [new file with mode: 0644]
sources/ldap.usr/postinstall/install/etc/pki/tls/certs/slapd.crt [new file with mode: 0644]
sources/ldap.usr/postinstall/install/etc/pki/tls/certs/slapd.key [new file with mode: 0644]
sources/ldap.usr/postinstall/install/etc/ssh/ldap.conf [new file with mode: 0644]
sources/ldap.usr/postinstall/install/etc/ssh/ssh_host_ecdsa_key [new file with mode: 0644]
sources/ldap.usr/postinstall/install/etc/ssh/ssh_host_ecdsa_key.pub [new file with mode: 0644]
sources/ldap.usr/postinstall/install/etc/ssh/ssh_host_ed25519_key [new file with mode: 0644]
sources/ldap.usr/postinstall/install/etc/ssh/ssh_host_ed25519_key.pub [new file with mode: 0644]
sources/ldap.usr/postinstall/install/etc/ssh/ssh_host_rsa_key [new file with mode: 0644]
sources/ldap.usr/postinstall/install/etc/ssh/ssh_host_rsa_key.pub [new file with mode: 0644]
sources/ldap.usr/postinstall/install/etc/sssd/sssd.conf [new file with mode: 0644]
sources/ldap.usr/postinstall/install/etc/sysctl.d/01-ipv6.conf [new file with mode: 0644]
sources/ldap.usr/postinstall/install/var/lib/ldap/DB_CONFIG [new file with mode: 0644]
sources/ldap.usr/preinstall/01_backupldapdb.sh [new file with mode: 0755]