08-03-2018
Quote:
Originally Posted by
TBotNik
. . .
The specified "password" twice is because the password to this share is actually 'password'
. . .
I don't think that's the reason for the message. Try to mount WITHOUT authentication data; it should prompt you, then. I don't have a - huaaa - windows machine around, so I can't test. And, switch the xtrace (
-x) option on and post the log.
8 More Discussions You Might Find Interesting
1. Programming
Has any setup samba 2.2.4 inside of unix ver 11.0, i am trying to mount a nfs mount on a w2k, and wxp box, and i was told that i had to upgrade to sambe 2.2.4, but the c compiler on ver 11.0 isnt ansii compatable, I could please use any help or directions on this matter...
thanks (0 Replies)
Discussion started by: marvin51796
0 Replies
2. UNIX for Dummies Questions & Answers
Hi, I am very new to Unix, do know some RedHat linux. I am wanting to install samba on my unix machine. Not sure where to start, any help would be very much appreciated.
Thanks,
Chris Lewis (4 Replies)
Discussion started by: lewy33
4 Replies
3. UNIX for Dummies Questions & Answers
Hi,
I am sorry I am total dummy in Unix. I am starting to explore a thing call "Samba".
From my initial and rough finding, I think Samba is only useful in providing Print services to PC platform users.
That is to say, The Unix machine which has Samba installed, is able to provide print... (3 Replies)
Discussion started by: champion
3 Replies
4. Solaris
Greetings..
I need SAMBA to implement a backup strategy , the problem is that i cant find it anywhere...
can u guys gimme a link to a sun compatilble version of samba ?
thanx thanx htanx.....
:rolleyes: (3 Replies)
Discussion started by: nEuRoMaNcEr
3 Replies
5. UNIX for Dummies Questions & Answers
Hey.
I have a question about adding users and maping theirs dirictorys.
Main Folder |
-User1 Folder
-User2 Folder
-User3 Folder
......
How can I add this users to have folders in the Main Folder ? any simple script?
And I... (0 Replies)
Discussion started by: net555
0 Replies
6. UNIX for Dummies Questions & Answers
after creating username/passwd, vi /usr/lib/smb.conf file
comment = dropoff location
path = /tmp/droloc
browsable = No
available = yes
public = no
writable = yes
printable = no
create mode = 777
valid users = tjmann,palexander,bmartin,....
instead of using... (2 Replies)
Discussion started by: tjmannonline
2 Replies
7. UNIX for Dummies Questions & Answers
currently, we are using SAMBA for our ftp way. can SAMBA be encrypted aka sftp ? (2 Replies)
Discussion started by: lawsongeek
2 Replies
8. Solaris
Hi All, I've been trying to configure samba on Solaris 10 to allow me to have one share that is open and writable to all users and have the rest of my shares password protected by a generic account.
If I set my security to user, my secured shares work just fine and prompt accordingly, but when... (0 Replies)
Discussion started by: ideal2545
0 Replies
pam_ldap(8) System Manager's Manual pam_ldap(8)
NAME
pam_ldap - PAM module for LDAP-based authentication
SYNOPSIS
pam_ldap.so [...]
DESCRIPTION
This is a PAM module that uses an LDAP server to verify user access rights and credentials.
OPTIONS
use_first_pass
Specifies that the PAM module should use the first password provided in the authentication stack and not prompt the user for a pass-
word.
try_first_pass
Specifies that the PAM module should use the first password provided in the authentication stack and if that fails prompt the user
for a password.
nullok Specifying this option allows users to log in with a blank password. Normally logins without a password are denied.
ignore_unknown_user
Specifies that the PAM module should return PAM_IGNORE for users that are not present in the LDAP directory. This causes the PAM
framework to ignore this module.
ignore_authinfo_unavail
Specifies that the PAM module should return PAM_IGNORE if it cannot contact the LDAP server. This causes the PAM framework to ig-
nore this module.
no_warn
Specifies that warning messages should not be propagated to the PAM application.
use_authtok
This causes the PAM module to use the earlier provided password when changing the password. The module will not prompt the user for
a new password (it is analogous to use_first_pass).
debug This option causes the PAM module to log debugging information to syslog(3).
minimum_uid=UID
This option causes the PAM module to ignore the user if the user id is lower than the specified value. This can be used to bypass
LDAP checks for system users (e.g. by setting it to 1000).
MODULE SERVICES PROVIDED
All services are provided by this module but currently sessions changes are not implemented in the nslcd daemon.
FILES
/etc/pam.conf
the main PAM configuration file
/etc/nslcd.conf
The configuration file for the nslcd daemon (see nslcd.conf(5))
SEE ALSO
pam.conf(5), nslcd(8), nslcd.conf(5)
AUTHOR
This manual was written by Arthur de Jong <arthur@arthurdejong.org>.
Version 0.8.10 Jun 2012 pam_ldap(8)