diff options
author | Tom Barrett <tom@tombarrett.xyz> | 2020-02-21 08:17:03 -0600 |
---|---|---|
committer | Tom Barrett <tom@tombarrett.xyz> | 2020-02-21 08:17:03 -0600 |
commit | 01e2662903dadce5903581eac738d0b413e521c2 (patch) | |
tree | bb51df97bbdae985794acdf049a6864b96ec0015 /scripts/ldap | |
parent | 876baeb4d455fb811897a00e31fb5231512becd6 (diff) |
startup for ldap
Diffstat (limited to 'scripts/ldap')
-rwxr-xr-x | scripts/ldap | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/scripts/ldap b/scripts/ldap new file mode 100755 index 0000000..26afcf8 --- /dev/null +++ b/scripts/ldap @@ -0,0 +1,5 @@ +#!/bin/bash +set -e + +scripts/debian_roll ldap +#lxc-attach -n ldap -v DEBIAN_FRONTEND=noninteractive -- apt-get -y install slapd ldap-utils ldapscripts |