Cannot login to SMB Server/Authentication denied


 
Thread Tools Search this Thread
Operating Systems Solaris Cannot login to SMB Server/Authentication denied
Prev   Next
# 1  
Old 10-30-2016
Cannot login to SMB Server/Authentication denied

Hello,

I have problems seting up SMB server in Solaris 11.3.
I had SMB working previously on Solaris 11 (updated to 11.3), but a bad harddisk crash forced me to install Solaris again from scratch and I cannot get it working properly.

I have imported the previous zfs pool with share.smb set to on for the applicable file systems.

I have tried following the instructions in the Oracle documentation "Managing SMB File Sharing and Windows Interoperability in Oracle Solaris 11.3" to setup the SMB server service (not SAMBA).

This is a home server so I do not use a AD or LDAP server and have tried setting it up using workgroups.

The steps I have taken are:

Enabled mapping by using Identity Management
Code:
# svccfg -s svc:/system/idmap setprop config/directory_based_mapping = astring: idmu

Enabled the SMB service
Code:
# svcadm enable -r smb/server

Added "password required pam_smb_passwd.so.1 nowarn" to /etc/pam.d/other

Reset password to populate /var/smb/smbpasswd
Code:
# passwd username

# smbadm join -w myworkgroup

The server shows up in the "Network places" and at one point I could log in to it using root, but I have not been able to open any shares using my normal user or root.
I have tried setting winnames in idmap aswell without success. Restarted the service and computer a couple of times but to no use.
At the moment the server shows up but I cannot log in to it in any way via SMB.

I have tried looking in /var/adm/messages and the most helpful error message I have seen is "access denied: guest disabled".

Enabling guest for the shares in zfs enabled me to open one of the shares but no files where then visible, so I turned the guest option off again.

Please help me get to the bottom of this. I feel like I have missed some mundane detail but I cannot figure out what.



Moderator's Comments:
Mod Comment Please use CODE tags as required by forum rules!

Added/Changed CODE tags.

Last edited by RudiC; 10-30-2016 at 03:48 PM.. Reason: Added CODE tags.
 
Login or Register to Ask a Question

Previous Thread | Next Thread

8 More Discussions You Might Find Interesting

1. Solaris

/network/smb/server goes into maintenance mode.

All I'm running an OpenSolaris system (Nexenta). When doing a svcs I see that/network/smb/server is in maintenance mode. I have run a clear on the service and restarted. I see the same service show online* for a bit but then, enters maintenance every time. In the service log I... (2 Replies)
Discussion started by: dcpatriot
2 Replies

2. Shell Programming and Scripting

Passwordless Authentication and Anonymous login

Hi, I am in the process FTPing some of my report files from my production server to another FTP server through batch/Shell Script. This is working fine with the password less authentication. Once i place all my report files in the ftp server the end users need to download ... (3 Replies)
Discussion started by: Showdown
3 Replies

3. UNIX for Advanced & Expert Users

PAM Login denied

Hi All, While I was trying to login to the console of my machine I got the following error messages :: body { margin: 0 0 0 0; padding:0 0 0 0 }td,div { font-family:Tahoma;font-size:8pt;vertical-align:top }/* Copyright IBM Corp. 2011 All Rights Reserved. */body { margin:... (2 Replies)
Discussion started by: Pkumar Sachin
2 Replies

4. Solaris

Unable to login password less authentication

Hi, I am facing strange problem in solaris 10. My requirement is that on server A using user test, any user which is created on Server B will be able to login wihtout password (ssh) from Server A All the users which are on Server B are able able to login from Server A using test user. ... (8 Replies)
Discussion started by: manoj.solaris
8 Replies

5. Red Hat

microsoft Server 2008 Active authentication to a linux server

Hi, Please could someone advise I'm trying to use winscp from a Window server 2008 R2, but i need to add the authentication key to access the linux rh 5.4 servers ? What is the best way of approaching this ? If there are any web links that could help me do this, that would be good. ... (1 Reply)
Discussion started by: venhart
1 Replies

6. UNIX for Dummies Questions & Answers

Account is locked or login administratively denied

Hi, When I am trying to do ssh to a server it shows below error. Key setup is all good and it used to work well few days back. Now suddenly I am getting this error. ssh -i <private_key> <id>@<hostname> Received disconnect from <hostname> Account is locked or login administratively... (1 Reply)
Discussion started by: mahish20
1 Replies

7. Red Hat

USER denied login as OUT OF DISK SPACE

Hi, I am trying to install Oracle 11g R2 on Oracle Enterprise Linux (5.4 version, which is basically some Redhat version). I have created oracle user, when I tried installing, the installer erred out saying there is no enough space. I logged out and when I logged in back, user oracle was... (2 Replies)
Discussion started by: guruparan18
2 Replies

8. UNIX for Dummies Questions & Answers

Login Authentication Prob SCO 504

I have a problem on a SCO Unix504 box where no user with a setr password is allowed to login. When you enter a username with-out a password and press enter you are allowed to login, when using a name with a password it skips the password entry line and gives the message Incorrect password. This... (0 Replies)
Discussion started by: jant
0 Replies
Login or Register to Ask a Question