Problem setting permissions when deploying from NT to Unix using OD 4.5.1. These problem directories are:
drwxr-xr-x which translates to 755, although dir_perm=775 is specified in the client (and server), and the client is trusted.
The permissions we need to have on all directories (at a minimum) are:
drwxrwxr-x which translates to 775
The opendeploy process is started with the opendep user account. When content is deployed via opendeploy, all newly created files and directories are created with the opendep user account being the owner of the files and directories.
What is happening with these current problem directories is that the "group permission" are only read and execute - but not write, looking something like this:
Permissions user group size date time directory or file name
drwxr-xr-x 2 opendep users 4096 Apr 24 13:55 train_your_axxxx
d (directory indicator) rwx (user permissions - read, write, execute) r-x (group permissions - read, execute) r-- ("other's" permissions - read).
Any ideals about what is going on? Thanks
Edited by JeanIns on 04/28/03 01:06 PM (server time).