[PATCH] 305 Connected token database to LDAP.
by Endi Sukma Dewata
The TokenDatabase has been reimplemented using LDAPDatabase. The
TokenRecord have been modified to specify the object class and
attribute mappings.
Ticket #652
--
Endi S. Dewata
11 years, 4 months
[PATCH] 304 Added LDAPDatabase.
by Endi Sukma Dewata
A new LDAPDatabase class was added as a base class for LDAP-based
databases. A new DBRecord class was added to provide the default
implementation for record classes. New annotation classes were added
to specify the object class and attribute mappings.
--
Endi S. Dewata
11 years, 4 months
[PATCH] 300 Fixed duplicate TPSSubsystem instance.
by Endi Sukma Dewata
Previously there were two TPSSubsystem instances: one created by
CMSEngine and the other created by the static code in TPSSubsystem. The
second instance has been removed since it's a duplicate and not
initialized properly.
--
Endi S. Dewata
11 years, 4 months
[PATCH] 304 Added LDAPDatabase.
by Endi Sukma Dewata
The original post seems to be lost or taking too long.
Attached new patch that contains some bug fixes.
A new LDAPDatabase class was added as a base class for LDAP-based
databases. A new DBRecord class was added to provide the default
implementation for record classes. New annotation classes were added
to specify the object class and attribute mappings.
--
Endi S. Dewata
11 years, 4 months
[PATCH] 302 Fixed dependency issue on ProfilePolicy.
by Endi Sukma Dewata
Reposting this patch. The original post seems to be lost or taking too long.
The ProfilePolicy is in the server package but it's used by IProfile
interface in the base package. The interface have been modified to use
IProfilePolicy instead.
--
Endi S. Dewata
11 years, 4 months