similar to: administering permissions via Windows 2003 Server

Displaying 20 results from an estimated 40000 matches similar to: "administering permissions via Windows 2003 Server"

2005 Mar 21
0
Problem Administering Permissions on Samba Server
I have a Samba-3 server on a Linux Fedora server configured as a member server on a Windows NT domain. Winbind works great. I can do a getent group or getent passwd and it will list the users and groups of the domain. I can also set permissions on the Samba shares on the Linux server using chmod or chown etc. I have the Official Samba-3 HOWTO and Referencd Guide. The HOWTO Guide says you should
2007 Mar 29
5
differnt results between df and ls
Hi this is more than likely a general linux question but on a CentOS4 box whats going on here? # ls -al foo.txt -r--r--r-- 1 xxx xxx 1373149856 Mar 28 04:34 foo.txt # du -sh foo.txt 808M foo.txt any ideas ?
2003 Oct 10
1
Permissions on Samba share for Windows users
I'm working with Samba 3 on my Gentoo box. So far setting up andconfiguring Samba w/ldap and krb5 support is pretty straight forwared. My Gentoo box is now a member server of the domain, shows up in Active Directory. I can get a kerbereos ticket from our W2K PDC and connect to windows shares with as little effort as: smbclient //server/share -k Now I'm ready to start moving into
2006 Jul 20
1
Model CRUD via web services
Hello, I was wondering if there was any automated (may be scaffolding) way of exposing Model CRUD via web services. I found this ticket for django, but nothing for Rails. http://code.djangoproject.com/ticket/115 Thanks in advance for your opinions and suggestions. Regards. -- Surendra Singhi http://ssinghi.kreeti.com, http://www.kreeti.com Read my blog at:
2010 Aug 31
3
permissions question
I have a samba share that has the following permissions: create mask = 0775 force create mode = 0664 directory create mask = 0775 force directory mode = 0764 1.) Does this means DOS/windows files will be created as rwxrwxr-x per "create mask" or rw-rw-r-- per "force create mode"? 2.) Do I need both create mask & force create mode or is one
2015 Aug 14
2
occassional problem wtih upslog and apc ups units via snmp ... [NA] status
I see this in syslog: Aug 12 03:57:22 orion upsd[18274]: Data for UPS [a102-apc-10] is stale - check driver (one for each UPS). Then I see a bunch of messages like this: Aug 12 03:58:02 orion upsd[18274]: write() failed for ::1: Broken pipe Aug 12 03:58:02 orion snmpd[2872]: Connection from UDP: [127.0.0.1]:50940 And then it returns to normal like this: Aug 12 03:58:04 orion upsd[18274]: UPS
2015 Jan 28
1
W7 client cannot adjust file permissions via ADUC
Hi Bob, Set the rights like this. > /home 775 > > /home/samba 775 > > /home/samba/DT***RM 775 > > /home/samba/DT***RM/profiles 777 for the profiles, after you set the rights in windows, user profiles folders wil be created with the correct rights. and only accessable by the user.. and from here you shoule be able to set the correct rights. Can you give it a try?
2010 Dec 25
4
2 Ethernet cabling question
Two questions that was not always clear for me [sorry for posting to this list :\]: ############################################################################################## Q1) when cabling, is the color order important? like: straight cabling: A side: white-orange, orange, white-green, blue, white-blue, green, white-brown, brown B side: white-orange, orange, white-green, blue,
2011 Feb 18
3
How to change dataframe to tables
The data is in the attachment. What I wanna get is: , , Sex = Male Eye Hair Brown Blue Hazel Green Black 32 11 10 3 Brown 53 50 25 15 Red 10 10 7 7 Blond 3 30 5 8 , , Sex = Female Eye Hair Brown Blue Hazel Green Black 36 9 5 2 Brown 66 34 29 14 Red 16 7 7 7 Blond 4
2000 Jan 24
1
Strange MS Excel permission problem
I am currently using Samba 2.0.6 on a Sun box running Solaris 2.5.1. If I create a file on my Unix filesystem like name : data.txt permissions: rw-rw-r-- owner : John group : developers Assume my name is Brett and I'm in the developers group, if I go to my NT 4.0 system and modify this file via the NOTEPAD application, everything works fine, But, if I use MS Excel and
2010 Jul 29
1
permisions problems to setup dovecot lda in postfix with sieve
hi... i can setup dovecot lda in postfix with sieve in testing enviroment using dovecot 1.2.10 and dovecot-1.2-sieve-0.0.15 but now i want to setup them in producction so i reproduce the steps to do them but i receive the following errors: log dovecot-deliver-errors.log: Jul 29 11:48:26 deliver(xxxx at xxxx): Error: userdb lookup: connect(/var/spool/postfix/private/auth-master) failed:
2010 Sep 19
1
odds ratios for n-way tables: seeking an *apply-able method
I'm looking for a way to generalize the calculation of (log) odds ratios for 2 x 2 x {strata} frequency tables in vcd::oddsratio() to R x C x {strata} tables. For an R x C table, F, odds ratios can be defined in several ways; one simple way, particularly for tables with ordered factors, is to calculate the set of continuation odds ratios, based on the (R-1)x(C-1) set of 2x2 tables with
2008 Feb 29
3
Replace a list of values in data frame
Dear R-users, I am sorry if I ask for something that has been asked before, however, I still could not solve my little problem by consulting the previous thread on this topic: I would like to replace several values in a data frame, such as in: colorful subject response 1 me black 2 me brown 3 you red 4 me black 5 you brown read in with
2011 Dec 12
2
Colours for sunflowerplot
Dear fellow R users, I would like to draw a "sunflowerplot" because I have data (decade by month) that plots multiple times on the same x-y co-ordinates. Further I would like to colour each of the points/sunflower leaves on the plot according to the group they belong to (i.e. which type of event each represents within that decade and month). I thought that this would be relatively
2006 Sep 15
1
Custom analyzer not invoked?
Hello, I''m trying to define my own analyzer by doing something like: #----------------------------------------------------- require ''ferret'' include Ferret class MyAnalyzer < Analysis::Analyzer def token_stream(field, str) # Display results of analysis puts ''Analyzing: field:%s str:%s'' % [field, str] t =
2004 Nov 23
1
User NONE using rsync in Windows server
Hi, I'm using rsync with cygwin to synchronize two windows servers. I've got files in server side with full permisions to Administrator user, but when i synchronize it with another windows server, the file placed in client side has a new group called NONE with read , write and execute permisions. I'm using the following line to call rsync: rsync -zvvvr --perms --owner --group
2012 Jan 05
2
Problem with axes in a plot of Kaplan-Meier
Helo: After changing "involuntarily" some of the graphics parameters with the command par() (I did not know that changes with this command are permanent), now when I made a plot of the survival Kaplan-Meier function, the Y axis does not start at 1, and the X axis does starts at 0. The commands that I use are: library(survival) BROWN.SPV = Surv(BROWN$TEMPS, BROWN$DEF)
2003 Mar 01
1
preserving unix->win file permissions for backup via samba?
I am having difficulty in try to preserve permissions on Unix files that are copied from the samba server onto a Windows98 system, and then copied again via samba back to an 'upload' directory on the samba server. Specifically, I am sharing "/etc" (samba read only) for backup purposes, and while logged in as "root" on the windows system, I can drag and drop these files
2015 Jan 28
0
W7 client cannot adjust file permissions via ADUC
Hai Bob, A few questions. - is the client computer member of the domain? - Are you logged in as "DOMAIN\Administrator" ? - it the time on pc and server the same. and for example. change this one to >[profiles$] > path = /home/samba/DT***RM/profiles > acl_xattr:ignore system acl = yes > read only = no > csc policy = disable now check if :
2001 Dec 06
1
Inherit permissions in Samba2.2.2 on Debian ( potato )
if I set "inherit permissions = Yes" on my share, samba shuld set permisions for new files like uper directory - true? I'am asking because, I've set this parameter and nothing is going good. When I make new file in this share the groupID is set to user groupID whose create this file, but not the guid of the uper directory. The userID is set corectly. smb.conf: .... [test]