]> andersk Git - moira.git/commitdiff
Don't truncate FQDN we got back from mr_host in the krb5 auth case.
authorzacheiss <zacheiss>
Mon, 29 Jan 2007 18:13:18 +0000 (18:13 +0000)
committerzacheiss <zacheiss>
Mon, 29 Jan 2007 18:13:18 +0000 (18:13 +0000)
lib/mr_auth.c

index 9c7641bb4405f4fa100efd84374820e5ee26223c..5a222ad5c514b73634a2dd504d9f38a08e9f5c8b 100644 (file)
@@ -110,13 +110,6 @@ int mr_krb5_auth(char *prog)
   if ((problem = mr_host(host, sizeof(host) - 1)))
     return problem;
 
-  for (p = host; *p && *p != '.'; p++)
-    {
-      if (isupper(*p))
-       *p = tolower(*p);
-    }
-  *p = '\0';
-
   if (!context)
     {
       problem = krb5_init_context(&context);
This page took 0.501866 seconds and 5 git commands to generate.