ujjwal pande <[EMAIL PROTECTED]> writes: > I am writting an IMAP server and i want to use the kerberos for > authentication other than login password method. I am not sure about > how to do it. Some body plz provide me with guidelines that i should > follow. I am new user of kerberos.
For the protocol, see RFC 2222. Use the GSSAPI mechanism as specified in that document. As I recall, the RFC pretty much tells you exactly what to do right down to what functions to call. -- Russ Allbery ([EMAIL PROTECTED]) <http://www.eyrie.org/~eagle/>
