[Slashdotjp-dev 731] [242] fix deleteUser(), delete all slashdot related LDAP attributes

アーカイブの一覧に戻る

svnno****@sourc***** svnno****@sourc*****
2007年 11月 5日 (月) 19:45:29 JST


Revision: 242
          http://svn.sourceforge.jp/cgi-bin/viewcvs.cgi?root=slashdotjp&view=rev&rev=242
Author:   caesar
Date:     2007-11-05 19:45:29 +0900 (Mon, 05 Nov 2007)

Log Message:
-----------
fix deleteUser(), delete all slashdot related LDAP attributes

Modified Paths:
--------------
    slashjp/branches/deluser/Slash/LDAPDB/lib/Slash/LDAPDB.pm


-------------- next part --------------
Modified: slashjp/branches/deluser/Slash/LDAPDB/lib/Slash/LDAPDB.pm
===================================================================
--- slashjp/branches/deluser/Slash/LDAPDB/lib/Slash/LDAPDB.pm	2007-11-05 07:48:34 UTC (rev 241)
+++ slashjp/branches/deluser/Slash/LDAPDB/lib/Slash/LDAPDB.pm	2007-11-05 10:45:29 UTC (rev 242)
@@ -162,7 +162,9 @@
 									  delete => [
 										     objectClass => 'slashdotUserInfo',
 										     'slashdotUidNumber',
-										     'slashdotEmail'
+										     'slashdotPassword',
+										     'slashdotEmail',
+										     'slashdotRealname'
 										    ]
 									 ]) });
     } else {


Slashdotjp-dev メーリングリストの案内
アーカイブの一覧に戻る