]> andersk Git - moira.git/commitdiff
Bigger UID space.
authorzacheiss <zacheiss>
Thu, 10 May 2007 19:12:16 +0000 (19:12 +0000)
committerzacheiss <zacheiss>
Thu, 10 May 2007 19:12:16 +0000 (19:12 +0000)
server/mr_server.h

index ef78aef8672989f13242e3d9d4fc145743a7c07d..b4637c3e746f23daac15fb15dd3f8820108326cf 100644 (file)
@@ -56,7 +56,7 @@ extern char krb_realm[REALM_SZ];
 extern int newqueries;
 
 /* Maximum and minimum values that will be used for uids and gids */
-#define MAX_ID_VALUE   65535
+#define MAX_ID_VALUE   131072
 #define MIN_ID_VALUE   100
 
 /* Sleepy states for the server! */
This page took 0.042777 seconds and 5 git commands to generate.