Displaying 3 results from an estimated 3 matches for "administror".
Did you mean:
administrar
2002 Dec 29
1
ext3 external journal and fstab
Hi again!
I would like to add an ext3 partition (eg. /dev/md11) with its external
journal (on /dev/md21) to /etc/fstab in order to have it mounted while
system-startup.
Do I have to specify the external journal device in fstab or does the
partition find its journal device by itself? If the first, ho should I
specify it?
I created the journal with mke2fs /dev/md22 -O journal_dev and the ext3
2007 Mar 09
0
Groups turn to SIDS?
...dows on the security tab
root (Unix User\root)
usesrs (Unix Group\uses)
Now, I go into the Linux file system and change the directory permissions as
follows:
chown -R "DOMAIN\administrator" shared/ && chgrp -R "DOMAIN\Domain Users"
shared/
ls -ltr
drwxrwxrwx+ 2 DOMAIN\administror DOMAIN\domain users 4.0K
Note: If I mistype administrator an error is recieved. Which again
demonstrates windbindd is working.
chown: `DOMAIN\\Administrator': invalid user
When I go back and check the security permissions on Windows the accounts
are replaced with SIDs
Has anyone had this ha...
2005 Mar 24
2
Samba 3.0.12 (gid of user [joe] doesn't exist) Weird error when Client logs on.
Hi,
I just recently purchased a new server and took this opportunity to
upgrade to the latest version of samba (3.0.12). Unfortunatly, I have
some weird occurances. I have a user called "joe" who is my admin
user.
In /etc/passwd I have this:
joe:x:500:500:Joe:/home/joe:/bin/bash
In /etc/group I have this:
admin:x:500:joe
id returns correctly:
uid=500(joe) gid=500(admin)