mirror of
https://github.com/samba-team/samba.git
synced 2025-11-25 00:23:52 +03:00
r10979: After discussions on IRC about profile shares,
added new parameter : map readonly = [yes|no|permissions] If yes: map inverse of user "w" bit to mean readonly. If no: never set DOS readonly bit. If permissions: check file permissions for user and set readonly bit if the current user cannot write. If store dos attributes is set to yes then this parameter is ignored. Jeremy.
This commit is contained in:
committed by
Gerald (Jerry) Carter
parent
380c613324
commit
da4238d18c
@@ -1723,4 +1723,7 @@ typedef struct uuid_flat {
|
||||
uint8 info[UUID_FLAT_SIZE];
|
||||
} UUID_FLAT;
|
||||
|
||||
/* map readonly options */
|
||||
enum mapreadonly_options {MAP_READONLY_NO, MAP_READONLY_YES, MAP_READONLY_PERMISSIONS};
|
||||
|
||||
#endif /* _SMB_H */
|
||||
|
||||
Reference in New Issue
Block a user