Displaying 20 results from an estimated 1000 matches similar to: "LDAP smbpasswd help needed"
2003 Jun 12
1
smbpasswd not attempting to use LDAP
I've only got LDAP configured as a passdb type in my smb.conf, but
samba appears to be completely ignoring that and creating an
/etc/samba/smbpass file (full output of that at the bottom)
my smb.conf has:
ldap admin dn = "cn=Admin,dc=byramhealthcare,dc=com"
ldap ssl = off
passdb backend ldapsam:ldap://ldapmaster.byramhealthcare.com
ldap delete dn = no
ldap user suffix =
2003 Jun 01
1
Samba 3.0 alpha 24 and LDAP
I am having problems with putting users into LDAP I am getting a message
about 'parent does not exist'. Does anyone know what this means??
--- Debug Level 10 output of 'smbpasswd -a -m jeff-w$' ---
[root@bast samba]# bin/smbpasswd -a -m jeff-w$ -D 10
Netbios name list:-
my_netbios_names[0]="BAST"
Trying to load: ldapsam:ldap://bast.picotech.net/
Attempting to register
2002 Sep 26
1
ugh, continued ldap madness
Please someone tell me I'm insane.
Relevant parts of the config:
passdb backend = ldapsam:ldap://ldap.byramhealthcare.com/
ldap admin dn = "cn=admin,dc=byramhealthcare,dc=com"
#enable SSL after we get it working without first
ldap ssl = off
ldap user suffix = "ou=People,dc=byramhealthcare,dc=com"
ldap machine suffix = "ou=People,dc=byramhealthcare,dc=com"
$
2003 Jun 12
0
Win XP machine account not found
After building the latest CVS sources obtained this morning 6/12/03 I
can not log in to my Samba PDC using a LDAP backend. Can someone tell
me what I am dooing wrong please.
--- windows event log
Event Type: Error
Event Source: NETLOGON
Event Category: None
Event ID: 3210
Date: 6/12/2003
Time: 12:29:33 PM
User: N/A
Computer: JEFF-WS
Description:
This
2003 Jul 16
0
LDAP and Multiple Samba Hosts Issue
OK, I'm trying to get Samba working with LDAP. And I have it... sort of.
I have a Samba server TESTBOX, and I can authenticate to it just fine.
It seems taht if I change the "netbios name" (which I was doing to
simulate "connecting from some other samba server in our network"), I
get:
$ smbclient //FS01/files 'foo' -U dballing -I
testbox.byramhealthcare.com -N
2003 Apr 06
0
samba_3_0+ldapsam_nua: creating machine trust accounts fails
Hi,
with current SAMBA_3_0 I'm unable to create new Machine Trust Accounts
with ldapsam_nua. A rough test indicates that ldapsam works.
If I put 'rid' in samba.schema from MUST into MAY, samba creates an ldap
entry, but with empty 'rid' and 'primaryGroupID' attributes.
ciao
Dariush
# smbpasswd -D5 -a -m test2$
Netbios name list:-
2002 Sep 12
1
Samba/smbpasswd/LDAP question
I have my smb.conf configured - I believe - properly to talk to my LDAP
server:
ldap admin dn = "cn=admin,dc=MYDOMAIN,dc=com"
ldap server = ldap.MYDOMAIN.com
ldap port = 389
ldap ssl = off
But if I try to set a password using smbpasswd, it seems to think it
wants to connect to localhost (and fails):
# smbpasswd -D 99 -a dballing
New SMB password:
Retype new SMB password:
Trying to
2003 May 22
1
Continued: Join domain OK, but domain not found after reboot
Hi, all:
To recap:
I can successfully get my WinXP box to join the domain (WHITEROCK), but
after rebooting, when I try to log on:
"The system cannot log you on now because the domain WHITEROCK is not
available."
I get this even when using the user 'root' - and this user was the one
to successfully join the domain WHITEROCK!!
To rule out any stale junk, my WinXP is a
2002 Nov 27
1
samba 3.0a21+pdc+ldap+pam_ldap - add machines [Can anyone help?]
Well I installed a21 and I was able to add a machine account. The first
time it comes back bad password, then the second attempt it works. But
now when i restart and try to login it says it cant find the computer
account. Am I missing something(yes i have signorseal)? Here is the log
from the login attempt:
2002/11/27 16:20:00, 6] param/loadparm.c:lp_file_list_changed(2310)
2002 Dec 04
0
Q: Can't add machine account
Hi
I configure Samba3.0alpha21+openldap2.1.18 as PDC
on FreeBSD 4.7.
The trouble is - I can't add machine account to ldap using
smbpasswd -m -a pc-241$
(Only users accounts adding cleanly)
When try to add machine account I receive:
mdb# ./smbpasswd -D256 -m -a pc-241$
Netbios name list:-
my_netbios_names[0]="MDB"
Trying to load: ldapsam:ldap://ldap.druzhba.com:389
Attempting to
2003 Sep 23
1
Need for UID 501 ???
hi
i'm working with samba3.0rc2
no probs
but i have i question concerning id-mapping
i authenticate all users with ldap, works
but i always need a samba user in ldap, with sid
sid S-1-5-21-1042031166-387543594-2118856591-501
if i don't have it, i get an error during logon with winxp, that the
domain controller could not be found or i have a non-existent account,
which is not correct
2007 Dec 31
0
Samba Problem
Hi List,
Last week i have upgrate my samba from 3.023d to 3.0.28 and now i have
some trouble in my LOGs like this:
Dec 31 08:59:23 ldapmaster smbd[10453]:
pdb_increment_bad_password_count: pdb_get_account_policy failed.
Dec 31 08:59:39 ldapmaster smbd[12758]: [2007/12/31 08:59:39, 0,
effective(0, 0), real(0, 0)] passdb/pdb_get_set.c:pdb_get_group_sid(211)
Dec 31 08:59:39 ldapmaster smbd[12758]:
2006 Mar 02
1
Error while compiling code using wineg++ / winegcc
Hi!!
I am not able to compile a test program on solaris using winegcc tool.
Can anybody help?
Here's the program source code:
// file test.cpp
#include <stdio.h>
#include <windows.h>
int main ()
{
SYSTEMTIME lpSystemTime;
GetSystemTime(&lpSystemTime);
printf("Today is: %d/%d/%d\n", lpSystemTime.wYear,
2011 Feb 11
1
null pointer dereference in iov_iter_copy_from_user_atomic while updating rpm packages
Hi,
While updating my fedora rawhide installation, I got the Ooops listed
at the end of the Email.
Is this a known bug (I didn''t find anything specific), or should I file a bug?
Thank you in advance, Clemens
Feb 10 10:59:45 testbox kernel: [ 524.495751] BUG: unable to handle
kernel NULL pointer dereference at (null)
Feb 10 10:59:45 testbox kernel: [ 524.496006] IP:
2002 Nov 16
1
LDAPSam + Samba 3 Alpha 20
I'm wondering what the samba server needs write access to, in LDAP, to
operate.
I've got the following lines in slapd.conf:
#--
#Samba Passwords -- Only Samba (and its authenticated users) can access this.
#Also includes flags -- Use smbpasswd for everything:
access to
2003 Sep 10
0
can't change password : PANIC failed to set gid
Hi !
When trying to change users password from NT or XP workstations (using
CTRl-ALT-DEL), I get an error under Windows and this in my samba logs:
Sep 10 16:15:08 testbox kernel: pid 2709 (smbd), uid 10000: exited on
signal 6
Sep 10 16:15:08 testbox smbd[2709]: [2003/09/10 16:15:08, 0]
lib/util_sec.c:assert_gid(114)
Sep 10 16:15:08 testbox smbd[2709]: Failed to set gid privileges to
2003 Apr 04
2
samba_3_0+ldapsam: Bug?
Hi,
after upgrading samba 3.0 from ~ Jan. 03 cvs -> today's cvs, samba
crashes while contacting an LDAP server.
If I try:
$ smbclient -L localhost -Udariush%pass
smbd logs the following:
[2003/04/04 18:20:39, 2] passdb/pdb_ldap.c:ldapsam_search_one_user(648)
ldapsam_search_one_user: searching
for:[(&(uid=dariush)(objectclass=sambaAccount))]
[2003/04/04 18:20:39, 10]
2003 Jun 26
1
Urgent : Connection problem to a Samba PDC
Hi,
We have a Samba3.0Beta1-LDAP acting as PDC for about 170 computers, since 2
weeks everything works perfectly but since yesterday every computers are unable
to connect to the PDC.
The following message appears on client side :
The session setup from the computer CJEREV01 failed to authenticate. The
name(s) of the account(s) referenced in the security database is
CJEREV01$. The following
2002 Sep 13
1
Win XP can't join samba 3.0 domain
i'm trying to get samba 3.0 alpha 19 runing on OS X 10.2 working as a PDC with Win XP clients using an LDAP passdb backend i've managed to get it so i
can connect to shares with smbclient but whenever i try to join one of the XP machine to the domain Windows tells give me the message "the specified
network name no longer exists". when i check the logfile the last thing in it is
2008 Jul 07
1
Winbind syslog errors and Domain Local Groups
Hello all.
I'm relatively new to Samba, and haven't been able to track down a
solution to this particular problem.
I use Samba/Winbind to authenticate FreeBSD machines against a
Windows 2003 Active Directory. That all works fine. The problem is
that groups in the AD of type "Security Group - Domain Local" are
causing winbindd a lot of grief. Every time the winbindd daemon is