diff options
| author | Dag-Erling Smørgrav <des@FreeBSD.org> | 2018-07-23 14:11:46 +0000 |
|---|---|---|
| committer | Dag-Erling Smørgrav <des@FreeBSD.org> | 2018-07-23 14:11:46 +0000 |
| commit | 3eef51b03d31463c121d114f6e49f2b116e35bdd (patch) | |
| tree | 587b93206f51713690d326543b79248013bd762c /net/nss_ldap/files/patch-login-classes | |
| parent | - Update to 0.28 (diff) | |
Normalize patches.
Diffstat (limited to '')
| -rw-r--r-- | net/nss_ldap/files/patch-login-classes | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/net/nss_ldap/files/patch-login-classes b/net/nss_ldap/files/patch-login-classes index 30d427b83265..3e0a8224cf2a 100644 --- a/net/nss_ldap/files/patch-login-classes +++ b/net/nss_ldap/files/patch-login-classes @@ -1,5 +1,5 @@ ---- ldap-pwd.c 2009-08-29 09:21:43.000000000 -0400 -+++ ldap-pwd.c 2009-08-29 08:17:12.000000000 -0400 +--- ldap-pwd.c.orig ++++ ldap-pwd.c @@ -170,6 +170,15 @@ } + @@ -15,9 +15,9 @@ _nss_ldap_assign_attrval (e, AT (homeDirectory), &pw->pw_dir, &buffer, &buflen); if (stat != NSS_SUCCESS) - ---- ldap-schema.c 2009-08-29 09:21:43.000000000 -0400 -+++ ldap-schema.c 2009-08-28 12:09:52.000000000 -0400 + +--- ldap-schema.c.orig ++++ ldap-schema.c @@ -334,6 +334,9 @@ #ifdef HAVE_PASSWD_PW_EXPIRE (*pwd_attrs)[i++] = AT (shadowExpire); @@ -28,8 +28,8 @@ (*pwd_attrs)[i] = NULL; } ---- ldap-schema.h 2009-08-29 09:21:43.000000000 -0400 -+++ ldap-schema.h 2009-08-29 06:37:18.000000000 -0400 +--- ldap-schema.h.orig ++++ ldap-schema.h @@ -24,7 +24,7 @@ #define _LDAP_NSS_LDAP_LDAP_SCHEMA_H @@ -42,7 +42,7 @@ @@ -153,6 +153,10 @@ #define AT_gecos "gecos" #define AT_homeDirectory "homeDirectory" - + +#ifdef HAVE_LOGIN_CLASSES +/* FreeBSD extension -Jacob Myers <jacob@whotokspaz.org> */ +#define AT_loginClass "loginClass" |
