[Dovecot] RFC: PAM service name change?

Jeremy Katz katzj at redhat.com
Mon Jun 23 19:40:00 EEST 2003


It would be nice for the sake of not conflicting to have the PAM service
name not be imap.  Especially as the same service name is used for pop
as well :)   

My recommendation would be to use dovecot instead.  Any other opinions?

Jeremy
-------------- next part --------------
--- dovecot-0.99.10-rc1/src/auth/passdb-pam.c.servicename	2003-06-23 00:56:22.000000000 -0400
+++ dovecot-0.99.10-rc1/src/auth/passdb-pam.c	2003-06-23 00:56:27.000000000 -0400
@@ -366,7 +366,7 @@
 
 static void pam_init(const char *args)
 {
-	service_name = i_strdup(*args != '\0' ? args : "imap");
+	service_name = i_strdup(*args != '\0' ? args : "dovecot");
 	to_wait = NULL;
 }
 


More information about the dovecot mailing list