ldap: Fixed nslcd kerberos principals containing $-character.

This commit is contained in:
Timo Makinen 2014-01-22 22:25:43 +02:00
parent c47158727e
commit b5add4e61f

View file

@ -164,7 +164,7 @@ class ldap::auth(
if $auth == "gssapi" {
augeas { "ldap-auth-set-principal":
context => "/files/etc/default/nslcd",
changes => "set K5START_PRINCIPAL '${principal}'",
changes => "set K5START_PRINCIPAL \"\'${principal}\'\"",
notify => Service["nslcd"],
}
}