search for: changig

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

Did you mean: changing
2004 Mar 05
1
Samba + Win2k
How can i get a trust relationship betwen Samba Domain and Win2k ? I?ve tried many ways like, change win2k register, changig some security directives, etc. The win2k is added at Samba Domain like this useradd -g MYGROUP -d /dev/null -s /bin/false WIN2k$ smbpasswd -a -m WIN2K$ Is there other way?? Thanks
2009 Jul 15
1
Samba + ADS - Filepermissions home directories
...I give read-write-access to everybody (chmod 777 /home/%USER%), I am able to create and delete files. If I than create a new file (via the network share), the file is created by the owner of /home/%USER%. But If the system identifies myself as the owner, why was I not able to create the file before changig the file permissions? /etc/samba/smb.conf [global] workgroup = WORKGROUP realm = INT.WORKGROUP.COM server string = %h security = ADS winbind separator = + winbind cache time = 10 password server = 192.168.1.1 encrypt passwords = yes client use spnego = yes idmap ui...
2011 Mar 23
0
suggestions re trunc.POSIXt
...ec min hour mday mon year wday yday isdst # 1 1 1 13 13 13 13 13 1 So trunc makes the first three elements shorter which also breaks `[.POSIXlt` . This is also the reason why length(bar) returns 1 as it just uses the length of first element. So I'd suggest changig this too, replacing the lines like x$sec <- 0 by x$sex[] <- 0 (the second version would preserve the number of elements). (Changed version at the end). It doesn't seem like this change could possibly break any existing code. Best regards, Kenn Kenn Konstabel Department of Chronic Dis...