mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
10 lines
438 B
C
10 lines
438 B
C
--- nslcd/attmap.h.orig 2023-06-17 15:32:13 UTC
|
|
+++ nslcd/attmap.h
|
|
@@ -67,6 +67,7 @@ extern const char *attmap_shadow_shadowFlag;
|
|
extern const char *attmap_shadow_shadowInactive;
|
|
extern const char *attmap_shadow_shadowExpire;
|
|
extern const char *attmap_shadow_shadowFlag;
|
|
+extern const char *attmap_passwd_loginClass;
|
|
|
|
/* return a reference to the map specific base variable */
|
|
const char **base_get_var(enum ldap_map_selector map);
|