Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F156673296
D14911.id40919.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
640 B
Referenced Files
None
Subscribers
None
D14911.id40919.diff
View Options
Index: crypto/heimdal/lib/krb5/kuserok.c
===================================================================
--- crypto/heimdal/lib/krb5/kuserok.c
+++ crypto/heimdal/lib/krb5/kuserok.c
@@ -276,7 +276,7 @@
return TRUE;
}
- if(ret != ENOENT)
+ if(ret != ENOENT && ret != EACCES && ret != EPERM)
found_file = TRUE;
strlcat(buf, ".d", buflen);
@@ -285,7 +285,7 @@
if(ret == 0 && result == TRUE)
return TRUE;
- if(ret != ENOENT && ret != ENOTDIR)
+ if(ret != ENOENT && ret != ENOTDIR && ret != EACCES && ret != EPERM)
found_file = TRUE;
/* finally if no files exist, allow all principals matching
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, May 16, 2:29 PM (1 h, 50 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
33107416
Default Alt Text
D14911.id40919.diff (640 B)
Attached To
Mode
D14911: Heimdal: Patch to permit gss-with-mic to function if ~/.k5login is unreadable
Attached
Detach File
Event Timeline
Log In to Comment