diff options
author | Arthur de Jong <arthur@arthurdejong.org> | 2012-01-20 17:01:32 +0100 |
---|---|---|
committer | Arthur de Jong <arthur@arthurdejong.org> | 2012-01-20 17:01:32 +0100 |
commit | c858d6d82af9cf3be3be929e3c8a9d995c2cc9fd (patch) | |
tree | 10b67aba8df5633d242a34f771ca336e132273f0 /debian/libnss-ldapd.templates | |
parent | 252fffb078246a3ad36263c4185ea2fdfb66b735 (diff) |
separate the Debian packaging from main sources switching to non-native Debian package (using svn-buildpackage)
git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-pam-ldapd@1604 ef36b2f9-881f-0410-afb5-c4e39611909c
Diffstat (limited to 'debian/libnss-ldapd.templates')
-rw-r--r-- | debian/libnss-ldapd.templates | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/debian/libnss-ldapd.templates b/debian/libnss-ldapd.templates deleted file mode 100644 index ea9852b..0000000 --- a/debian/libnss-ldapd.templates +++ /dev/null @@ -1,27 +0,0 @@ -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 have LDAP lookups enabled. The - new LDAP lookups will be added as the last datasource. Be sure to review - these changes. - -Template: libnss-ldapd/clean_nsswitch -Type: boolean -Default: false -_Description: Remove LDAP from nsswitch.conf now? - The following services are still configured to use LDAP for lookups: - ${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 choose to remove the entries - automatically now. Be sure to review the changes to /etc/nsswitch.conf if you - choose to remove the entries now. |