diff options
author | Cullum Smith <cullum@sacredheartsc.com> | 2024-10-18 23:40:11 -0400 |
---|---|---|
committer | Cullum Smith <cullum@sacredheartsc.com> | 2024-10-18 23:40:11 -0400 |
commit | 18e46bcafc2316c53d167cf6550fb69bd4e3be79 (patch) | |
tree | 1fc3793e0e4b7054f0f8438734d088b69ec46bde /scripts/hostclass | |
parent | 230d46c72aea54a5f824052c8fa73148d89570dd (diff) | |
download | infrastructure-18e46bcafc2316c53d167cf6550fb69bd4e3be79.tar.gz |
add more automount dirs (need to clean this up)
Diffstat (limited to 'scripts/hostclass')
-rw-r--r-- | scripts/hostclass/idm_server/10-slapd | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/scripts/hostclass/idm_server/10-slapd b/scripts/hostclass/idm_server/10-slapd index f6c9b4a..d01db70 100644 --- a/scripts/hostclass/idm_server/10-slapd +++ b/scripts/hostclass/idm_server/10-slapd @@ -185,15 +185,6 @@ EOF objectClass: automountMap automountMapName: auto_master EOF - ldap_add "automountKey=/home,automountMapName=auto_master,${automount_basedn}" <<EOF -objectClass: automount -automountKey: /home -automountInformation: auto_home -EOF - ldap_add "automountMapName=auto_home,${automount_basedn}" <<EOF -objectClass: automountMap -automountMapName: auto_home -EOF # ou=sudo,dc=example,dc=com ldap_add "$sudo_basedn" <<EOF |