Changeset 35
- Timestamp:
- Nov 28, 2006, 2:28:25 AM (19 years ago)
- File:
- 
          - 1 edited
 
 - 
          server/common/patches/krb5-kuserok-scripts.patch (modified) (1 diff)
 
Legend:
- Unmodified
- Added
- Removed
- 
        server/common/patches/krb5-kuserok-scripts.patchr1 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.
      
