Commit graph

4 commits

Author SHA1 Message Date
Michael Scheidell
cda6b3488f -Fix nss_initgroups_ignoreusers (add patch to bsdnss.c)
PR:		152982
Submitted by:	kmenshikov@peterhost.ru
Approved by:	mentor (timeout), gabor (mentor)
Obtained from:	http://lists.freebsd.org/pipermail/freebsd-current/2007-July/075131.html
Feature safe:	yes
2011-12-03 18:45:42 +00:00
Andrey Slusar
fbecc92707 - Now it is possible to use ldap as source for hosts database.
Only gethosbyname, gethostbyname2, gethostbyaddr are implemented.
  Behavior of getpwXXX functions is made traditional for BSD. When uid=0
  they return user password, otherwise returned password is "x".
  Also, in previous version of the port functions setpwent/endpwent and
  setgrent/endgrent were mixed. Now they are not.
- Assign maintainership to submitter.

Submitted by:	Artem Kazakov <kazakov@gmail.com>
2006-05-24 10:48:59 +00:00
Jacques Vidrine
2de006395a Add support for using nss_ldap in `compat' mode (i.e. as sources for
the `passwd_compat' and `group_compat' databases).
2003-04-25 00:07:20 +00:00
Jacques Vidrine
2cc92ba66e Add nss_ldap, an RFC 2307-compliant NSS module. Currently only the
getpwent(3) and getgrent(3) family of functions are supported.
2003-04-17 14:26:46 +00:00