1
0
mirror of https://github.com/samba-team/samba.git synced 2025-12-04 08:23:50 +03:00
Commit Graph

9 Commits

Author SHA1 Message Date
Stefan Metzmacher
084aad7980 r25873: nss_wrapper: hopefully a better fix for the solaris get*ent_r functions
metze
2007-12-21 05:44:35 +01:00
Stefan Metzmacher
e99feb5ff5 r25872: nss_wrapper: revert solaris get*ent_r() functions
This was the wrong approach, as in future lib/replace
should hide this special solaris stuff.

metze
2007-12-21 05:44:34 +01:00
Stefan Metzmacher
e68d1c9276 r25871: nss_wrapper: set the destination pointer in the get*_r functions
metze
2007-12-21 05:44:34 +01:00
Stefan Metzmacher
386b28f988 r25868: nss_wrapper: add solaris versions of getpwent_r and getgrent_r
metze
2007-12-21 05:44:33 +01:00
Stefan Metzmacher
6a3f97aeac r25866: nss_wrapper: not all systems have get*_r calls
metze
2007-12-21 05:44:32 +01:00
Stefan Metzmacher
1f51a2db0a r25837: nss_wrapper: add nss_wrapper.pl
This script will be used to add|delete passwd|group entries

metze
2007-12-21 05:44:19 +01:00
Stefan Metzmacher
fa255cc4b5 r25836: nss_wrapper: add support for groups and return EPERM in initgroups()
The NSS_WRAPPER_GROUP envvar should point to
the /etc/group style file.

Note: NSS_WRAPPER_PASSWD and NSS_WRAPPER_GROUP both
      need non-empty values to enable NSS Wrapper
      support.

metze
2007-12-21 05:44:18 +01:00
Stefan Metzmacher
c98028458a r25835: nss_wrapper: add support for passwd accounts
The NSS_WRAPPER_PASSWD envvar should point to
the /etc/passwd style file.

metze
2007-12-21 05:44:18 +01:00
Stefan Metzmacher
9fdde8d5f5 r25834: nss_wrapper: add lib/nss_wrapper skeleton
metze
2007-12-21 05:44:18 +01:00