[gq-commit] gq/src common.h,1.17,1.18
Status: Beta
Brought to you by:
sur5r
From: <sta...@us...> - 2002-08-02 06:10:15
|
Update of /cvsroot/gqclient/gq/src In directory usw-pr-cvs1:/tmp/cvs-serv5378 Modified Files: common.h Log Message: * Extended the password field in the struct ldapserver to be able to have longer passwords and to allow for ~/.gq encodings requiring more characters Index: common.h =================================================================== RCS file: /cvsroot/gqclient/gq/src/common.h,v retrieving revision 1.17 retrieving revision 1.18 diff -C2 -d -r1.17 -r1.18 *** common.h 23 Jul 2002 13:50:06 -0000 1.17 --- common.h 2 Aug 2002 06:10:11 -0000 1.18 *************** *** 38,42 **** #define MAX_DN_LEN 1024 #define MAX_ATTR_LEN 64 ! #define MAX_BINDPW_LEN 32 #define DEFAULT_SHOWDN 1 --- 38,42 ---- #define MAX_DN_LEN 1024 #define MAX_ATTR_LEN 64 ! #define MAX_BINDPW_LEN 256 #define DEFAULT_SHOWDN 1 |