diff options
author | aschrijver <aschrijver@cvs.openbsd.org> | 2011-08-28 11:53:17 +0000 |
---|---|---|
committer | aschrijver <aschrijver@cvs.openbsd.org> | 2011-08-28 11:53:17 +0000 |
commit | 75a68c8a8d1381252db64db52c5263837c7d1fd2 (patch) | |
tree | a1b161f91c28696593908c8648e7799855f45109 /etc/ypldap.conf | |
parent | d6ff382e6294cf1405ed0d0b629ab0494e3c7925 (diff) |
Add support for the netid.byname YP map. This map is used by getgrouplist(3),
which is used by (amongst other things) initgroups(3) to set the supplemantary
groups on login.
OK pyr@
Diffstat (limited to 'etc/ypldap.conf')
-rw-r--r-- | etc/ypldap.conf | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/etc/ypldap.conf b/etc/ypldap.conf index 20283f441ec..a2c8c74d94a 100644 --- a/etc/ypldap.conf +++ b/etc/ypldap.conf @@ -1,4 +1,4 @@ -# $OpenBSD: ypldap.conf,v 1.1 2011/07/07 02:22:11 ajacoutot Exp $ +# $OpenBSD: ypldap.conf,v 1.2 2011/08/28 11:53:16 aschrijver Exp $ domain "example.com" interval 60 @@ -6,6 +6,7 @@ provide map "passwd.byname" provide map "passwd.byuid" provide map "group.byname" provide map "group.bygid" +provide map "netid.byname" directory "127.0.0.1" { # directory options |