Sponsored Content
Operating Systems Solaris Cannot login to SMB Server/Authentication denied Post 302984745 by hicksd8 on Monday 31st of October 2016 06:46:52 AM
Old 10-31-2016
I've been thinking about this more.
I note the "LOGON_FAILURE" error.

Firstly, can your smb users login to Solaris as normal users with the credentials they are using?

Secondly, but without a Solaris 11 machine here to try it on, I would give this as an example:

Code:
# zpool create mypool c3t1d0
# zfs create -o casesensitivity=mixed -o nbmand=on mypool/fs1
# zfs set share=name=fs1,path=/mypool,prot=smb mypool
# zfs set sharesmb=on mypool/fs1
# svcadm enable -r smb/server
# svcadm enable network/smb
# REM Now reset passwords of smb users to populate smbpasswd

Perhaps give (some of) that a go creating a new smb share and see what happens. Return to the share(s) you've already tried to configure if it works.

Last edited by hicksd8; 11-03-2016 at 07:46 AM.. Reason: Whoops! Forum Advisor forgets to use code tags!
This User Gave Thanks to hicksd8 For This Post:
 

8 More Discussions You Might Find Interesting

1. 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

2. 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

3. 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

4. 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

5. 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

6. 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

7. 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

8. 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
VIAPM(4)                                                   BSD Kernel Interfaces Manual                                                   VIAPM(4)

NAME
viapm -- VIA chipsets Power Management controller driver SYNOPSIS
device iicbb device iicbus device iicsmb device smbus device smb device viapm DESCRIPTION
This driver provides access to the VIA chipset Power Management Unit family. They are VT82C586B, VT82C596A, VT82C596B, VT82C686A and VT8233. The embedded controller of the VIA chipset may give you access to the monitoring facilities of your mainboard. The 586B support is made by software whereas other controllers support the SMBus protocol by hardware. See smb(4) for writing user code to fetch voltages, temperature and so on from the monitoring chip of your mainboard. SEE ALSO
iicbb(4), iicbus(4), iicsmb(4), smb(4), smbus(4) HISTORY
The viapm manual page first appeared in FreeBSD 4.5. AUTHORS
This manual page was written by Nicolas Souchu <nsouch@FreeBSD.org>. BUGS
Only polling mode is supported. BSD April 20, 2002 BSD
All times are GMT -4. The time now is 07:30 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy