Adding TODO for ldap user mapper

This commit is contained in:
Martin Stockhammer 2020-11-08 14:22:02 +01:00
parent 5caf69ba8c
commit bb9603349d
1 changed files with 1 additions and 0 deletions

View File

@ -35,6 +35,7 @@ import javax.naming.directory.BasicAttributes;
import java.util.Date; import java.util.Date;
/** /**
* @TODO: Try to retrieve createTimestamp and modifyTimestamp attributes for setting the corresponding user properties
* @author Jesse * @author Jesse
*/ */
@Service( "userMapper#ldap" ) @Service( "userMapper#ldap" )