From 44ca17980835d1248805afbec0c770bcfebff902 Mon Sep 17 00:00:00 2001 From: Miles Lott Date: Fri, 25 May 2001 20:27:56 +0000 Subject: [PATCH] Add nscd to the ldap exclusion list --- phpgwapi/inc/class.accounts_ldap.inc.php | 1 + 1 file changed, 1 insertion(+) diff --git a/phpgwapi/inc/class.accounts_ldap.inc.php b/phpgwapi/inc/class.accounts_ldap.inc.php index aaec6aed99..1fb27a710e 100644 --- a/phpgwapi/inc/class.accounts_ldap.inc.php +++ b/phpgwapi/inc/class.accounts_ldap.inc.php @@ -39,6 +39,7 @@ 'halt' => True, 'ldap' => True, 'mail' => True, + 'nscd' => True, 'news' => True, 'uucp' => True, 'operator' => True,