auto manager install
This commit is contained in:
14
ldap.vars.template
Normal file
14
ldap.vars.template
Normal file
@ -0,0 +1,14 @@
|
||||
# Information for the base LDAP server
|
||||
export org_name='Theta42'
|
||||
export domain='theta42.com'
|
||||
export password='password'
|
||||
export ldap_base='dc=theta42,dc=com'
|
||||
|
||||
# LDAP client services account
|
||||
export ldpad_client_password='password'
|
||||
|
||||
# First Admin user, you!
|
||||
export user_first_name='William'
|
||||
export user_last_name='Mantly'
|
||||
export user_email='wmantly@gmail.com'
|
||||
export user_password='password'
|
Reference in New Issue
Block a user