search for: projectadmin

Displaying 3 results from an estimated 3 matches for "projectadmin".

2006 Sep 11
1
inherit owner
I'm having a problem with inherit owner... it doesn't seem to work at all. This directory is shared drwxrwsr-t 3 projectadmin Project Authors 4096 Sep 8 15:59 testing Using this global definitiion # Global parameters [global] workgroup = TEST realm = MYDOMAIN.LOCAL preferred master = no server string = Masterprojects File Server security = ADS encrypt passwords = yes log level = 2 log file = /var/log/samba/%m max log si...
2012 Nov 28
0
Really confused on Samba and ACL
...I am having problem to setup correct ACL so please help me. Here is my situation: I'll have directories like: /projects /projects/US /projects/US/clientA /projects/US/clientB /projects/US/clientB/projectXX /projects/US/clientB/projectYY /projects/CA /projects/MX Groups: --staff: all staff --projectadmin: the bosses (have full access to /projects and sub dirs) --projmanageus: US regional managers (have full access to /projects/US and sub dirs.) --projmanageca: Canada regional managers(have full access to /projects/CA and sub dirs.) --projmanagemx: Mexico regional managers(have full access to /pr...
2012 Apr 10
4
TinyTds::Client.new() gives an error "undefined symbol: dbsetluser"
Hello Dear experts, I am new to Ruby on Rails. Though I want to access to MSSQL 2005 from ruby. I installed tiny_tds using following commands: >sudo apt-get install freetds-dev >gem install tiny_tds And now when I executed @client = TinyTds::Client.new( :username => ''username'', :password => ''password'', :host =>