Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/debian/libnss-ldapd.templates
blob: 50c191f35b29e355caaac1536f3ac0f237ba4210 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
Template: libnss-ldapd/ldap-uris
Type: string
_Description: LDAP server Uniform Resource Identifier:
 Please enter the URI of the LDAP server used. This is a string in the form
 ldap://<hostname or IP>:<port>/ . ldaps:// or ldapi:// can also be used. The
 port number is optional.
 .
 When using the ldap or ldaps schemes it is usually a good idea to use an IP
 address; this reduces the risk of failure when name services are unavailable.
 .
 Multiple URIs can be be specified by separating them with spaces.

Template: libnss-ldapd/ldap-base
Type: string
_Description: LDAP server search base:
 Please enter the distinguished name of the LDAP search base.  Many sites
 use the components of their domain names for this purpose.  For example,
 the domain "example.net" would use "dc=example,dc=net" as the
 distinguished name of the search base.

Template: libnss-ldapd/ldap-binddn
Type: string
_Description: LDAP database user:
 If the LDAP database requires a login for normal lookups, enter
 the name of the account that will be used here. Leave empty
 otherwise.
 .
 This value should be specified as a DN (distinguished name).

Template: libnss-ldapd/ldap-bindpw
Type: password
_Description: LDAP user password:
 Enter the password that will be used to log in to the LDAP database.

Template: libnss-ldapd/nsswitch
Type: multiselect
Choices: aliases, ethers, group, hosts, netgroup, networks, passwd, protocols, rpc, services, shadow
_Description: Name services to configure:
 For this package to work, you need to modify your /etc/nsswitch.conf to
 use the ldap datasource.
 .
 You can select the services that should be enabled or disabled
 for LDAP lookups. The new LDAP lookups will be added as last option.
 Be sure to review these changes.

Template: libnss-ldapd/clean_nsswitch
Type: boolean
Default: false
_Description: Remove LDAP from nsswitch.conf now?
 LDAP is still configured for name lookups for the following services:
   ${services}
 but the libnss-ldapd package is about to be removed.
 .
 You are advised to remove the entries if you don't plan on using LDAP
 for name resolution any more.  Not removing ldap from nsswitch.conf should,
 for most services, not cause problems, but host name resolution could be
 affected in subtle ways.
 .
 You can edit /etc/nsswitch.conf by hand or chose to remove the entries
 automatically now. Be sure to review the changes to /etc/nsswitch.conf if
 you chose to remove the entries now.