- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- permission
Operating System - HP-UX
1823986
Members
4715
Online
109667
Solutions
Forums
Categories
Company
Local Language
юдл
back
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
юдл
back
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
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Topic Options
- 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
тАО01-16-2007 08:05 AM
тАО01-16-2007 08:05 AM
permission
i have directory in hp-ux and bunch of directory of under that directory.
example:
# ll
drwxr-xr-x --- root sys -- bottom
# cd bottom
# ls -l
drwxrwx--- lmworld bline --- direc1
drwxrwx--- lmworld bline --- direc2
drwxrwx--- lmworld bline --- direc3
drwxrwx--- lmworld bline --- direc4
drwxrwx--- lmworld bline --- direc5
I have windows group . i want to give access to windows groups.
example :
windows group : gr1 , gr2 , gr3
i am using winbind. so i don't require any user and group in hp-ux . this group is not exist in hp-ux box.
how can i give access to gr1 to direc1
gr2 -- direc2
gr3 -- direc3
i used @domainname+groupname (@dmx+gr1) but i got message u don't have permission.
and when i change permission in unix
example
drwxrwxr-x lmworld bline --- direc1
drwxrwxr-x lmworld bline --- direc2
then i can access but then everybody can access.
Please assist me
example:
# ll
drwxr-xr-x --- root sys -- bottom
# cd bottom
# ls -l
drwxrwx--- lmworld bline --- direc1
drwxrwx--- lmworld bline --- direc2
drwxrwx--- lmworld bline --- direc3
drwxrwx--- lmworld bline --- direc4
drwxrwx--- lmworld bline --- direc5
I have windows group . i want to give access to windows groups.
example :
windows group : gr1 , gr2 , gr3
i am using winbind. so i don't require any user and group in hp-ux . this group is not exist in hp-ux box.
how can i give access to gr1 to direc1
gr2 -- direc2
gr3 -- direc3
i used @domainname+groupname (@dmx+gr1) but i got message u don't have permission.
and when i change permission in unix
example
drwxrwxr-x lmworld bline --- direc1
drwxrwxr-x lmworld bline --- direc2
then i can access but then everybody can access.
Please assist me
2 REPLIES 2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-16-2007 08:35 AM
тАО01-16-2007 08:35 AM
Re: permission
Shalom,
I'd look at the smb.conf file.
Something is not set up correctly.
Is security=ads ??
SEP
I'd look at the smb.conf file.
Something is not set up correctly.
Is security=ads ??
SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-18-2007 08:15 AM
тАО01-18-2007 08:15 AM
Re: permission
yes
this is my smb.conf file
# Samba config file created using SWAT
# from 10.253.2.5 (10.253.2.5)
# Date: 2007/01/17 12:21:55
[global]
workgroup = cmcsg
realm = CMCSG.COM
security = ADS
password server = cmcsgdom1xxx.cmcsg.com, *
wins server = 10.253.2.2
idmap uid = 50000-80000
idmap gid = 90000-95000
winbind separator = +
[homes]
comment = Home Directories
valid users = /home/%D/%U
read only = No
create mask = 0664
directory mask = 0775
browseable = No
[tmp]
comment = Temporary file space
path = /tmp
read only = No
[netlogon]
comment = The domain logon service
path = /var/opt/samba/netlogon
[bottomline]
comment = Bottomline
path = /var/spool/bottomline
admin users = rastod
write list = rastod
read only = No
this is my smb.conf file
# Samba config file created using SWAT
# from 10.253.2.5 (10.253.2.5)
# Date: 2007/01/17 12:21:55
[global]
workgroup = cmcsg
realm = CMCSG.COM
security = ADS
password server = cmcsgdom1xxx.cmcsg.com, *
wins server = 10.253.2.2
idmap uid = 50000-80000
idmap gid = 90000-95000
winbind separator = +
[homes]
comment = Home Directories
valid users = /home/%D/%U
read only = No
create mask = 0664
directory mask = 0775
browseable = No
[tmp]
comment = Temporary file space
path = /tmp
read only = No
[netlogon]
comment = The domain logon service
path = /var/opt/samba/netlogon
[bottomline]
comment = Bottomline
path = /var/spool/bottomline
admin users = rastod
write list = rastod
read only = No
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Learn About
News and Events
Support
© Copyright 2025 Hewlett Packard Enterprise Development LP