forked from ISTI-ansible-roles/ansible-roles
14 lines
476 B
Plaintext
14 lines
476 B
Plaintext
#
|
|
# Clients should be able to authenticate with this profile if following
|
|
# Network Authentication in the Ubuntu Server guide. Please note that
|
|
# these settings are not suitable for sometimes disconnected (eg laptop)
|
|
# systems. The example is taken from LDAPClientAuthentication at:
|
|
# https://help.ubuntu.com/community/LDAPClientAuthentication
|
|
#
|
|
[lac_ldap]
|
|
nss_passwd=passwd: files ldap
|
|
nss_group=group: files ldap
|
|
nss_shadow=shadow: files ldap
|
|
nss_netgroup=netgroup: nis
|
|
|