search for: lastlogindate

Displaying 1 result from an estimated 1 matches for "lastlogindate".

2009 Oct 31
2
Post login script issue with pop3 protocol
..." ]; then ldapmodify -c -x \ -H "${LDAP_URI}" \ -D "${BIND_DN}" \ -w "${BIND_PW}" <<EOF dn: mail=${USER},ou=Users,domainName=$(echo ${USER} | awk -F'@' '{print $2}'),${LDAP_BASEDN} changetype: modify replace: lastLoginDate lastLoginDate: $(date +%Y%m%d%H%M%SZ) - replace: lastLoginIP lastLoginIP: ${IP} - replace: lastLoginProtocol lastLoginProtocol: pop3 EOF fi ---- It works with IMAP protocol, but failed with POP3 protocol. Error msg in Thunderbird: ---- The STAT command did not succeed. Error getting message numbe...