- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- setting acl on AD users
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-09-2008 12:25 AM
тАО09-09-2008 12:25 AM
setting acl on AD users
can I grant/set permissions on users/group of AD on shared folders stored on samba server.
in other words, on a samba server that has joined AD domain, I want to assign permissions on users of AD on directories on samba server.
Regards
Maaz
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-10-2008 08:09 AM
тАО09-10-2008 08:09 AM
Re: setting acl on AD users
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-10-2008 06:34 PM
тАО09-10-2008 06:34 PM
Re: setting acl on AD users
>Yes you can.
:), thanks but if you can also please guide how to do this ?
any url/doc/tutorial ?
Regards
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-11-2008 05:59 AM
тАО09-11-2008 05:59 AM
Re: setting acl on AD users
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-11-2008 06:02 AM
тАО09-11-2008 06:02 AM
Re: setting acl on AD users
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-11-2008 07:07 PM
тАО09-11-2008 07:07 PM
Re: setting acl on AD users
I dont know about winbind, because this SAMBA server is SLES 10, SLES 10 can join AD Domain, using 3 or 4 mouse clicks, very smoothly and without any issue.
Anyhow I'll check it
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-12-2008 07:55 PM
тАО09-12-2008 07:55 PM
Re: setting acl on AD users
You can do this.
You have to define AD users in Samba Server for desired directories also.
Regards,
Gokul Chandola
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-12-2008 08:25 PM
тАО09-12-2008 08:25 PM
Re: setting acl on AD users
>You have to define AD users in Samba Server for desired directories also.
say I have a user maaz in MS AD Domain, then what to do in smb.conf ? please share.
cat /etc/samba/smb.conf
[data]
path = /data
read only = No
I want to set permission for maaz(domain user), and to all those users that are member of "grad1" group of MS AD domain on /data directroy
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-16-2008 07:37 AM
тАО09-16-2008 07:37 AM
Re: setting acl on AD users
Then you will have:
cat /etc/samba/smb.conf
[data]
path = /data
read only = No
valid users = maaz @grad1
Considering that grad1 is a Unix/LDAP group.