Hello,
We've got our RoundCube install tied into our LDAP server, and we'd like to populate the "Display Name" field from LDAP's "sn" field so that new users, upon logging in, will have new mail appear to come from their full name instead of their username.
Is that even possible? If so, what steps would I need to take? Running RoundCube-02. Thanks! -- Josh Whitver whitverj@urbandale.k12.ia.us / josh@whitver.net "Write a wise saying and your name will live forever." -Unknown _______________________________________________ List info: http://lists.roundcube.net/users/
Josh Whitver whitverj@urbandale.k12.ia.us / josh@whitver.net I once planted some birdseed. A bird came up. Now I don't know what to feed it.
On Apr 2, 2009, at 12:08 PM, Josh Whitver wrote:
Hello,
We've got our RoundCube install tied into our LDAP server, and we'd like to populate the "Display Name" field from LDAP's "sn" field so that new users, upon logging in, will have new mail appear to come from their full name instead of their username.
Is that even possible? If so, what steps would I need to take? Running RoundCube-02. Thanks! -- Josh Whitver whitverj@urbandale.k12.ia.us / josh@whitver.net "Write a wise saying and your name will live forever." -Unknown _______________________________________________ List info: http://lists.roundcube.net/users/
List info: http://lists.roundcube.net/users/
I'm sure it's possible, I just don't know exactly how to do it.
There's an identities table in the RC db that stores that information. find the code that creates that entry when the user first logs in and write a call to pull that data from the ldap server when it creates it.