diff options
author | Buchan Milne <buchan@mageia.org> | 2010-11-05 12:20:46 +0000 |
---|---|---|
committer | Buchan Milne <buchan@mageia.org> | 2010-11-05 12:20:46 +0000 |
commit | ac6f6e1e97a46983ba2b053afb8aed11383f8035 (patch) | |
tree | 738a623b0d23c95f96a9a5db6ba0089ef14a74da /modules/catdap/templates | |
parent | 23fdeab2512c5f7816ddf9315165ba154de1d1e2 (diff) | |
download | puppet-ac6f6e1e97a46983ba2b053afb8aed11383f8035.tar puppet-ac6f6e1e97a46983ba2b053afb8aed11383f8035.tar.gz puppet-ac6f6e1e97a46983ba2b053afb8aed11383f8035.tar.bz2 puppet-ac6f6e1e97a46983ba2b053afb8aed11383f8035.tar.xz puppet-ac6f6e1e97a46983ba2b053afb8aed11383f8035.zip |
Correct authentication binddn
Diffstat (limited to 'modules/catdap/templates')
-rw-r--r-- | modules/catdap/templates/catdap_local.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/catdap/templates/catdap_local.yml b/modules/catdap/templates/catdap_local.yml index c5299ef0..b62f80a4 100644 --- a/modules/catdap/templates/catdap_local.yml +++ b/modules/catdap/templates/catdap_local.yml @@ -30,7 +30,7 @@ authentication: ldap: store: ldap_server: <%= ldap_server %> - binddn: <%= dc_suffix %> + binddn: <%= ldap_account %> bindpw: <%= ldap_password %> user_basedn: ou=People,<%= dc_suffix %> role_basedn: <%= dc_suffix %> |