- Timestamp:
- Nov 28, 2006, 2:28:25 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
server/common/patches/krb5-kuserok-scripts.patch
r1 r35 81 81 - return(FALSE); 82 82 - } 83 - if ( (sbuf.st_uid != pwd->pw_uid) && sbuf.st_uid) {83 - if (sbuf.st_uid != pwd->pw_uid && !FILE_OWNER_OK(sbuf.st_uid)) { 84 84 - fclose(fp); 85 85 - free(princname);
Note: See TracChangeset
for help on using the changeset viewer.