]> arthur.barton.de Git - ngircd-alex.git/blobdiff - src/ngircd/defines.h
Specify session context for OpenSSL clients
[ngircd-alex.git] / src / ngircd / defines.h
index a140c9d16a54eee20a197893ba01a45d5be9141a..ff849bbeacb2b157c1a747b6a3f0783bafe612b5 100644 (file)
 #else
 # define CLIENT_USER_LEN 10
 #endif
+/** Max. length of user names saved for authentication (used by PAM) */
+#ifdef PAM
+# define CLIENT_AUTHUSER_LEN 64
+#endif
 
 /** Max. length of "real names" (including NULL). */
 #define CLIENT_NAME_LEN 32
 #endif
 
 /** Supported user modes. */
-#define USERMODES "abBcCFioqrRswx"
+#define USERMODES "abBcCFiIoqrRswx"
 
 /** Supported channel modes. */
 #define CHANMODES "abehiIklmMnoOPqQrRstvVz"