ldap: Fixed nslcd kerberos principals containing $-character.
This commit is contained in:
parent
c47158727e
commit
b5add4e61f
1 changed files with 1 additions and 1 deletions
|
@ -164,7 +164,7 @@ class ldap::auth(
|
||||||
if $auth == "gssapi" {
|
if $auth == "gssapi" {
|
||||||
augeas { "ldap-auth-set-principal":
|
augeas { "ldap-auth-set-principal":
|
||||||
context => "/files/etc/default/nslcd",
|
context => "/files/etc/default/nslcd",
|
||||||
changes => "set K5START_PRINCIPAL '${principal}'",
|
changes => "set K5START_PRINCIPAL \"\'${principal}\'\"",
|
||||||
notify => Service["nslcd"],
|
notify => Service["nslcd"],
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue