[Samba] SMBLDAP PROBLEM

2012-03-27 Thread Leonam Silva
Hello All,
I'm having trouble using smbldap, users that i created can't login .
Only when I add the them into system (through adduser) I can log in
with them, the problem is because I also need to create / home and set
permissions but can not because the system does not recognize the
group Domain Users (513). I do not understand how this happened as
another opportunity to achieve this integration success.
-- 
To unsubscribe from this list go to the following URL and read the
instructions:  https://lists.samba.org/mailman/options/samba


Re: [Samba] SMBLDAP PROBLEM

2012-03-27 Thread Christian

Am 2012-03-27 15:08, schrieb Leonam Silva:

Hello All,
I'm having trouble using smbldap, users that i created can't login .
Only when I add the them into system (through adduser) I can log in
with them, the problem is because I also need to create / home and 
set

permissions but can not because the system does not recognize the
group Domain Users (513). I do not understand how this happened as
another opportunity to achieve this integration success.


sorry no idea with this smbldap :(
but this home-dir create stuff could be done via pam
here on a SLE_11 it is:

/etc/pam.d/common-session-pc
session requiredpam_limits.so
session requiredpam_unix2.so
session optionalpam_umask.so

# added for winbind
session sufficient  pam_winbind.so

# added for AD Integration
session optionalpam_mkhomedir.so silent


Cheers
--

Christian

   - Please do not 'CC' me on list mails.
  Just reply to the list :)

Der ultimative shop für Sportbekleidung und Zubehör

http://www.sc24.de

--
To unsubscribe from this list go to the following URL and read the
instructions:  https://lists.samba.org/mailman/options/samba

[Samba] smbldap problem

2005-02-23 Thread Márcio Luciano Donada
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Good Morning People,
In the smb.conf add entry ldap admin dn =
cn=Manager,dc=auroraalimentos,dc=com,dc=br. After adding password of
admin LDAP:
#smbpasswd -w passwd
Setting stored password for cn=Manager,dc=auroraalimentos,dc=com,dc=br
in secrets.tdb
In moment adding machine in the PDC, it appears in log's:
[2005/02/23 07:52:06, 2] lib/smbldap.c:smbldap_open_connection(692)
~  smbldap_open_connection: connection opened
Error: modifications require authentication at
/usr/local/lib/perl5/site_perl/5.8.6/smbldap_tools.pm line 892, DAT A
line 283.
[2005/02/23 07:52:07, 2] smbd/server.c:exit_server(609)
~  Closing connections
Error: modifications require authentication at What's this problem?
Tank-you
[]'s
__
Márcio Luciano Donada
mdonada at auroraalimentos dot com dot br
FreeBSD - The uptime is mesuared in years!
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.6 (GNU/Linux)
Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org
iD8DBQFCHG2kyJq2hZEymxcRAuSaAJ4vNeqOcmMEBGzAbbkW0938H5BO3gCfRS0M
Ii3vRpTYQkdCS3gdaUez5dM=
=bfkT
-END PGP SIGNATURE-
--
To unsubscribe from this list go to the following URL and read the
instructions:  https://lists.samba.org/mailman/listinfo/samba


Re: [Samba] smbldap problem

2005-02-23 Thread Jerome Tournier
Le Wed, Feb 23, 2005 at 08:48:52AM -0300, Márcio Luciano Donada a ecrit:
 Error: modifications require authentication at What's this problem?
The problem is that you need to configure the smbldap-tools to set a
account to bind to the directory. The configuration file is
smbldap_bind.conf
-- 
Jérôme
--
To unsubscribe from this list go to the following URL and read the
instructions:  https://lists.samba.org/mailman/listinfo/samba


Re: [Samba] smbldap problem

2005-02-23 Thread tconstans
Le mercredi 23 février 2005 à 09:35 -0300, Márcio Luciano Donada a
écrit :
 
 my conf in the smbldap_bind.conf
 
 ldap# cat /usr/local/etc/smbldap-tools/smbldap_bind.conf
 masterDN=cn=Manager,dc=auroraalimentos,dc=com,dc=br
 masterPw=mldlinux
 slaveDN=cn=Manager,dc=auroraalimentos,dc=com,dc=br
 slavePw=mldlinux

thanx for your admin pass ;-)

be sure you can do some ldap search | add whatever manually with this
account

--
To unsubscribe from this list go to the following URL and read the
instructions:  https://lists.samba.org/mailman/listinfo/samba