- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- CIFS Server: problem with 'wbinfo -u' and 'wbinfo ...
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
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
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
08-30-2005 09:23 PM
08-30-2005 09:23 PM
CIFS Server: problem with 'wbinfo -u' and 'wbinfo -g' command
I have the following configuration
- HP-UX 11.11
- HP CIFS Server A.02.01.02
- /etc/opt/samba/smb.conf in attach
When I issue the "wbinfo -t" and "wbinfo -p" they work, while with "wbinfo -u" (to get the list of users) and "wbinfo -g" the following error has returned:
"error looking up domain users / groups"
"wbinfo -m" doesn't work, too and the error message is "Could not list trusted domains"
However, Samba works and users can access to the unix share.
Any idea?
Thanks in advance
Fabio
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-30-2005 09:31 PM
08-30-2005 09:31 PM
Re: CIFS Server: problem with 'wbinfo -u' and 'wbinfo -g' command
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-30-2005 10:44 PM
08-30-2005 10:44 PM
Re: CIFS Server: problem with 'wbinfo -u' and 'wbinfo -g' command
# use Kerberos as authentication protocol.
security = ADS
What procedure did you use to Integrate with ADS?
I am wondering if that procedure is complete.
There may be helpful information in the Samba log defined in your smb.conf file.
SEP
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
08-31-2005 08:29 PM
08-31-2005 08:29 PM
Re: CIFS Server: problem with 'wbinfo -u' and 'wbinfo -g' command
hosts: files [NOTFOUND=continue UNAVAIL=continue] dns [NOTFOUND=return UNAVAIL=continue TRYAGAIN=return]
passwd: compat winbind
shadow: compat
group: compat winbind
services: db files
protocols: db files
rpc: db files
ethers: db files
netmasks: files
netgroup: files
bootparams: files
automount: files
aliases: files
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-31-2005 08:42 PM
08-31-2005 08:42 PM
Re: CIFS Server: problem with 'wbinfo -u' and 'wbinfo -g' command
- creation of /etc/krb5.conf file (here in attach)
- kinit
- net ads join -U administrator%password (result ok)
No problem at all
Fabio
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-01-2005 01:23 AM
09-01-2005 01:23 AM
Re: CIFS Server: problem with 'wbinfo -u' and 'wbinfo -g' command
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=949365
Rgds...Geoff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-02-2005 02:42 AM
09-02-2005 02:42 AM
Re: CIFS Server: problem with 'wbinfo -u' and 'wbinfo -g' command
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-02-2005 02:51 AM
09-02-2005 02:51 AM
Re: CIFS Server: problem with 'wbinfo -u' and 'wbinfo -g' command
stopsmb -w
startsmb -w
Rgds...Geoff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-04-2005 08:35 PM
09-04-2005 08:35 PM
Re: CIFS Server: problem with 'wbinfo -u' and 'wbinfo -g' command
Our active directory has many users and many domains.
Could it be a timeout problem?
Perhaps "wbinfo -u" command lists users and fails due to too much time require to complete the operation.