Displaying 3 results from an estimated 3 matches for "p1234".
Did you mean:
1234
2008 Nov 12
4
Courier->dovecot migration script
HI All,
We have the latest Dovecot 1.1.6 running and I need to migrate some
POP3 users over from Courier to Dovecot and would need to convert the
courierpop3dsizelist to maintain the UIDs.
I just need to confirm that the script
(http://www.dovecot.org/tools/courier-dovecot-migrate.pl) only works
for Dovecot v1.0 and not for v1.1?
As the dovecout-uidlist file that is created (by the script) is not
2012 May 24
2
Samba / LDAP : map uid to another field ?
Hi !
I have an OpenLDAP where users DN are in the form ?
uid=P1234,ou=people,dc=example,dc=com ? and where the login is in the ?
eduPersonPrincipalName ? attribute (ex : jdoe).
I have configured my system (Debian Squeeze) to authenticate against LDAP
(libpam-ldapd + libnss-ldapd with a mapping uid<->eduPersonPrincipalName),
if I do ? ssh jdoe at server ?, it...
2002 Jan 10
4
Potential SSH2 exploit
I just noticed (at least on OpenSSH 3.0p1) that even though I have both RSA
and DSA keys available in sshd_config on a server, only a ssh-rsa line
shows up in known_hosts on the client side, not a ssh-dss line (that
priority may come from the fact that my RSA key is listed before my DSA key
in sshd_config). If I comment out the RSA key in sshd_config and restart
the server, then the next time the