authentication with Fedora Directoy Server

Taking care of your Linux box.
Post Reply
kashif
Naib Subedar
Posts: 305
Joined: Wed Oct 15, 2003 2:44 am
Location: Okara

authentication with Fedora Directoy Server

Post by kashif »

aoa,

I am working on a project which will authenticate user from Fedora Directory Server.

I have done most of the work.

user is able to authenticate from from FDS, and its home directory also mounted automatically from server through NFS and automout.

I am facing a trivial problem in this scenario so for, as all the user account exit in FDS , not in the system account on server, so when I create the home directory of a user on server, to whom its ownership and group should be set ?

So for I set permission 777 which works, but 777 is not practically workable.

Thanks in advance for any good response
**********************************************

As-Salaatu was-Salaamu Alaika Ya Sayyidi Ya Rasool ALLAH

**********************************************
lambda
Major General
Posts: 3452
Joined: Tue May 27, 2003 7:04 pm
Location: Lahore
Contact:

Post by lambda »

don't you have userid/groupid fields for each account in fds? you can do something like "chown 1004:1022 /home/someuser".
Watch out for the Manners Taliban!
Isn't it amazing how so many people can type "linuxpakistan.net" into their browsers but not "google.com"?
kashif
Naib Subedar
Posts: 305
Joined: Wed Oct 15, 2003 2:44 am
Location: Okara

Post by kashif »

Hi lambda you are little bit more then GOOD. :D

Your tips solved the problem.
**********************************************

As-Salaatu was-Salaamu Alaika Ya Sayyidi Ya Rasool ALLAH

**********************************************
kashif
Naib Subedar
Posts: 305
Joined: Wed Oct 15, 2003 2:44 am
Location: Okara

Post by kashif »

Hi lambda ,

Now I am striving hard to implement policies etc (like group policies in active directory of ms window ) I tried through ACI (Access control instruction) in FDS but still no successful. would you like to mention some clue about that.

Waiting for :shock:
**********************************************

As-Salaatu was-Salaamu Alaika Ya Sayyidi Ya Rasool ALLAH

**********************************************
lambda
Major General
Posts: 3452
Joined: Tue May 27, 2003 7:04 pm
Location: Lahore
Contact:

Post by lambda »

i've never used fds.
Watch out for the Manners Taliban!
Isn't it amazing how so many people can type "linuxpakistan.net" into their browsers but not "google.com"?
Post Reply