]> git.sur5r.net Git - openldap/commitdiff
authTimestamp should be manageable (ITS#6873)
authorPierangelo Masarati <ando@OpenLDAP.org>
Thu, 30 Jun 2011 19:52:28 +0000 (21:52 +0200)
committerQuanah Gibson-Mount <quanah@openldap.org>
Tue, 6 Sep 2011 20:02:22 +0000 (13:02 -0700)
contrib/slapd-modules/lastbind/lastbind.c

index cd3956bc3a23cab130151dfc90e3fc3d2c6b1695..9a38a454d7f23d249e23120e1323882bbfb00dee 100644 (file)
@@ -251,6 +251,8 @@ int lastbind_initialize()
                }
        }
 
+       ad_authTimestamp->ad_type->sat_flags |= SLAP_AT_MANAGEABLE;
+
        lastbind.on_bi.bi_type = "lastbind";
        lastbind.on_bi.bi_db_init = lastbind_db_init;
        lastbind.on_bi.bi_db_close = lastbind_db_close;