Project

General

Profile

« Previous | Next » 

Revision 8651

Added by Jing Tao over 10 years ago

change a log information.

View differences:

src/edu/ucsb/nceas/metacat/AuthLdap.java
643 643
		} catch(Exception e) {
644 644
		    logMetacat.warn("AuthLdap.getUserInfo - can't get the alias name for the user "+user+" since "+e.getMessage());
645 645
		}
646
		logMetacat.info("AuthLdap.getUserInfo - get the real name   "+realName);
646
		logMetacat.info("AuthLdap.getUserInfo - the aliased dn for "+user+" is "+realName);
647 647
		if(realName != null) {
648 648
		    //the the user is an alias name. we need to use the the real name
649 649
		    user = realName;

Also available in: Unified diff