Use native service provider on OpenBSD
This commit is contained in:
parent
a0c2c84e0d
commit
b0bec99e0c
12 changed files with 17 additions and 197 deletions
|
@ -63,7 +63,7 @@ class sasl::saslauthd {
|
|||
}
|
||||
"openbsd": {
|
||||
Service["saslauthd"] {
|
||||
start => "/usr/local/sbin/saslauthd -a ldap",
|
||||
flags => "-a ldap",
|
||||
}
|
||||
}
|
||||
"ubuntu": {
|
||||
|
@ -108,7 +108,7 @@ class sasl::saslauthd {
|
|||
}
|
||||
"openbsd": {
|
||||
Service["saslauthd"] {
|
||||
start => "/usr/local/sbin/saslauthd -a kerberos5",
|
||||
flags => "-a kerberos5",
|
||||
}
|
||||
}
|
||||
"ubuntu": {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue