![]() |
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| UNIX for Dummies Questions & Answers If you're not sure where to post a UNIX or Linux question, post it here. All UNIX and Linux newbies welcome !! |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Samba on AIX 5.3 | capeme | UNIX for Dummies Questions & Answers | 2 | 12-10-2007 04:10 AM |
| SAMBA - need help | BG_JrAdmin | SUN Solaris | 3 | 04-07-2006 11:07 PM |
| Why use Samba? | champion | UNIX for Dummies Questions & Answers | 3 | 10-21-2002 02:58 PM |
| Samba | aojmoj | IP Networking | 2 | 02-23-2002 06:39 PM |
| samba | themask | UNIX for Advanced & Expert Users | 2 | 12-28-2001 05:57 PM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
||||
|
SAMBA Help
All,
I have a Red Hat EL5 server running Samba 3.0.23c integrated with AD. When I try to access from windows by server name it asks for a username and password, but when I access it via IP I can see it. Has anyone seen this before? I need to have it setup where people do Start->Run->\\servername not Start->Run->\\IP. Any help would be great. Thanks. |
|
||||
|
Go into a command line and type
Code:
net use Code:
net use s: \\machine\share /USER:username Code:
net use s: /d |
|
||||
|
net use <drive letter> \\machine\share /USER:username still prompted me for a password.
nslookup hostname worked fine. I'm not sure it matters but we are using NIS here. On the samba machine I can ypcat passwd, group fine. When I ypcat server I get two entries, both the same IP and name. ypcat hosts |grep machine1 XXX.XX.XXX.22 machine1 machine1.domain.com XXX.XX.XXX.22 machine1 machine1.domain.com Also, wbinfo -g/u works as it should. |
|
||||
|
OK, here is the latest.
I have installed the beta version of Samba (3.0.25b-0.el5.4) from Red Hat's FasTrac site and all is fixed. Not sure why but it works. Thanks for the help. |
| Sponsored Links | ||
|
|