blob: 937ca43b9c27dc0cce7189a151a82bafed8f0ca7 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
[
{ type: install
message: <<EOM
LDAP and nslcd daemon parameters should be set in:
%%CONFIG_FILE%%.
When upgrading review %%CONFIG_FILE%%.sample for
additional or changed parameters.
%%NSS_MESSAGE%%
To start nslcd add nslcd_enable="YES" to /etc/rc.conf and run:
# service nslcd start
If you also want to supervise the nslcd daemon
add nslcd_supervisor="YES" to rc.conf as well.
See the comments in %%PREFIX%%/etc/rc.d/nslcd for additional tunables.
EOM
}
]
|