- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- samba installation
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
05-24-2002 05:56 AM
05-24-2002 05:56 AM
samba installation
--> I installed samba depot B8725AA_11.00.depot on K class/460 with HPUX B.11.00 running and nis is configured with this box
--> changed the smb.conf file as per the requirements
--> checked with testparm....it is fine
--> eventhough i remarked ; encrypted password = yes
-->added the hostname/ip addr of unix in wins on nt side
the entry for share is as follows on smb.conf
[myid]
path = /home/myid
read only = no
browseable = yes
writable = no
valid users = bthippa
problem:
when i try to map my home \\host\myid ....it is prompting for connect as and password...even i gave nis password....i am not able to map/share the path
in the log file it is giving the messages like
smbd/chgpasswd.c: (939)
check_plaintext_password: getsmbpwnam returned NULL
unable to open passdb database....
can anyone pls give guide me on this issue
Thanks in advance
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-24-2002 05:59 AM
05-24-2002 05:59 AM
Re: samba installation
add the account to the smbpasswd file
smbpasswd -a
Regards
Rainer
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-24-2002 06:08 AM
05-24-2002 06:08 AM
Re: samba installation
thanks for the quick response.....but i like to use the unix passwd file...it is possible....instead of using smbpasswd....otherwise there is a tool
samba/bin --> syncsmbpasswd
is it ok to execute so that it will synchronize the unix passwd file....
your suggestions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-24-2002 06:12 AM
05-24-2002 06:12 AM
Re: samba installation
I still would first try to enter the user in smbpasswd ; if it works this way you have narrowed the problem
Myself never used the sync mechanism between passwd and smbpasswd
Regards
Rainer
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-24-2002 08:21 AM
05-24-2002 08:21 AM
Re: samba installation
You can sync the smbpasswd with passwd. It will work fine. I have done that earlier. It worked fine
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-24-2002 08:39 AM
05-24-2002 08:39 AM
Re: samba installation
[globals]
nis homedir = yes
homedir map = amd.map
Got this from the O'Reily Samba book...
GL,
C
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-31-2002 05:55 AM
05-31-2002 05:55 AM
Re: samba installation
Cifs/9000 server version a.01.08 (2.2.3a) is having samba code change and hence it requires smbpasswd definately instead of authenticating /etc/passwd
i am going back to a.01.07 which again is required patch installs....which i am planning now....i will let u all know by next week the status
thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-31-2002 06:30 AM
05-31-2002 06:30 AM
Re: samba installation
Have you created the smbpasswd file and created alias as needed if the unix and windows login names are not the same?
Mark
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-31-2002 07:38 AM
05-31-2002 07:38 AM
Re: samba installation
Mark
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-03-2002 06:12 AM
06-03-2002 06:12 AM
Re: samba installation
The issue is resolved....
Installed the Patches PHCO_25707 which had dependencies of PHCO_23963,PHKL_18543,PHKL_23226 and PHKL_22677 and made samba (a.01.7) services started.....The mapping of home dir went fine with nis user ids.....
Take recovery and full system backup...since kernel will be rebuilding......Thanks for HP SUPPORT and all of you....
-bkumar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-12-2002 10:09 PM
08-12-2002 10:09 PM
Re: samba installation
Desperate