Koozali.org: home of the SME Server

New feature?

SalaTar

New feature?
« on: August 31, 2002, 07:27:12 AM »

Duncan

Re: New feature?
« Reply #1 on: August 31, 2002, 06:06:32 PM »
I think it has something to do with SME running as a PDC. Not sure though.

I have two machines set up as Domain Controllers and they both have this directory. The others dont.

Regards Duncan

SalaTar

Re: New feature?
« Reply #2 on: August 31, 2002, 08:02:52 PM »
Thank you,
Thought I was losing my mind.

Andy

Re: New feature?
« Reply #3 on: September 02, 2002, 05:34:23 PM »
I get this..


[root@gateway /]# cd noexistingpath
[root@gateway noexistingpath]# ls -la
total 20
drwx------    2 pc-mobil pc-mobil     4096 Aug  5 15:02 .
drwxr-xr-x   20 root     root         4096 Aug  5 15:02 ..
-rw-r--r--    1 pc-mobil pc-mobil       24 Aug  5 15:02 .bash_logout
-rw-r--r--    1 pc-mobil pc-mobil      191 Aug  5 15:02 .bash_profile
-rw-r--r--    1 pc-mobil pc-mobil      124 Aug  5 15:02 .bashrc
[root@gateway noexistingpath]#

Have a look in /etc/passwd for "noexistingpath"
you can do this by:

grep "noexist" /etc/passwd

You will see machine accounts that use this folder.
The shell is set to /bin/false

Hope that helps.