similar to: can't add computer to domain LDAP SAMBA

Displaying 20 results from an estimated 3000 matches similar to: "can't add computer to domain LDAP SAMBA"

2006 Nov 07
1
smb + ldap: changing passwords from windows: SSHA instead of CRYPT
Dear friends, We have samba-3.0.21c-1 under RH9 + openldap 2.3.11 under FC4. When a windows user changes his password using Ctrl-Alt-Del the password is stored on ldap in SSHA format but we need to work with CRYPT because we have some apps that don't support SSHA. These are the lines related with authentication defined in smb.conf: encrypt passwords = yes ldap passwd sync = Yes
2006 Aug 25
1
winbind ntlm_auth
hi, iam using samba winbind with ntlm_auth for squid authentication. i have 200 ntlm_auth clients activated in squid.conf, don't know really how many i need. I have about 200 internet users. my winbind crashed and i have the following in my winbind log .. [2006/08/25 11:39:13, 0] nsswitch/winbindd.c:process_loop(822) winbindd: Exceeding 200 client connections, no idle connection found
2006 Jan 23
3
Build Raid 1 in a installed system
Hi. I have a Centos 4.2 installed but the Raid 1 configuration wasn't set during the installation process. How could I build the Raid 1 after the system has been installed? Thanks. -- Cleber P. de Souza
2006 Feb 13
2
Username with dots
Hi, There is a way to allow usernames with dots like firstname.lastname. On Red hat 7.3 it was possible, but after Fedora 1 it was blocked. How this could be changed? Thanks, -- Cleber P. de Souza
2006 Nov 16
3
password strength
I have Samba PDC with an LDAP backend. I just realized that the users can reset their passwords to anything, a single character a space. Is there anyway to prevent this?
2006 Oct 27
2
Telnet and SSH login problems with Red Hat Enterprise ES4
Hello We have successfully set up Red Hat Enterprise Linux ES4 and we are now trying to connect remote clients to connect to it. The problems we are having are as follows: a) If we set connect with telnet, we get the login prompt. If we use any valid login name & password combination (including root), we get the response "Login incorrect" and then the login prompt comes back. How
2006 Jul 19
1
OpenLDAP rules
Hi list. Maybe this could be off-topic but here I think many have used OpenLDAP to unify yours authentication needs, allowing an unique username and password for all the corporate applications. My doubt is, which rules do you use to split all the user levels so that one user could be allowed to access app A but isn't allowed to access app B (think this about many apps)? Have you been using
2006 Oct 27
2
Freebsd 6.1 and Kerberos in rc.conf
Hi people. Im reading the samba manual to join my freebsd box with to an win2k3 AD Domain, i install samba from ports with support for AD, already check that my samba program has been build with support for kerberos, ldap and all the stuff the manual recommended, now about kerberos, we have some stuff in /etc/rc.conf # # kerberos. Do not run the admin daemons on slave servers #
2006 Nov 03
4
Roaming Profile gets deleted
Hi there, I try to move our W2K Domain to samba. I managed to dump a list of the old users with its SID's and created them on the samba domain which has the same sid like the old W2k domain. Then the users should be able to use their old roaming profile without changing the profiles sid. This works if the computer which acesses the domain has already the profile on its disk. If the
2006 Nov 05
2
Can't set ACL with Windows XP - why?
Hi there, finally all seems to be working. Samba 3 as PDC with LDAP Backend. Even ACLs are possible with the command line tool setfacl. These ACLs work fine in Samba and are displayed correctly in the Windows filemanager in the security-tab. But one thing remains unsolved: why can't I set those ACLs directly from my Windows client machine? If I try to modify the ACL I always get a message
2006 Oct 26
2
netlogon error
Hi I mounted a pdc with ldap and samba, it works right...but when I use the script to mount a net unit it fails... i can mount it manually ...and if i execute the script like the user it ask me the username and the password..but also fails...someone know what happen? my script is this: net time \\shogun net use z: \\shogun\profiles\ thanks
2007 Apr 27
5
Option valid user not expanded for groups
Hi, I have a AIX 5.3 machine with Samba 3.0.24c joined into one Windows 2003 ADS server OK. I can request basic information, user lookup, domain lookup(wbinfo, id, net groupmap). When I want to acces the share \\node05\brom from one Windows station I receive a popup window password. In the log of the samba for that machine I found: [2007/04/27 10:48:27, 2] auth/auth.c:check_ntlm_password(319)
2007 Mar 01
2
subdirectories with different permissions
Several users keep asking for a similar setup, and I'm wondering if there's a way to achieve it with a single samba share. They'll ask for a single share drive the has multiple subdirectories with each subdirectory having different permissions based on groups. So say you have a share called COLOURS and inside that share are three subdirectories, RED, GREEN and BLUE. Group1
2006 Nov 05
2
windows 2003 authentification on SAMBA PDC
I want authenticate windows 2003 R2 on SAMBA PDC. I have bind with these records. _ldap._tcp.mydomain.com. SRV 0 0 389 server2 _kerberos._tcp.mydomain.com. SRV 0 0 88 server2 _ldap._tcp.dc._msdcs.mydomain.com. SRV 0 0 389 server2 _kerberos._tcp.dc._msdcs.mydomain.com. SRV 0 0 88 server2 And y have also server2 A record. server2 IN A 192.168.250.253
2006 Dec 05
2
Samba file security
I am newbie for samba configuration at security level. I have read all the documents but could not resolve my problem. My problem is as below and would like your help to resolve it I have installed Samba - 3.0.0-14 on Redhat ES 3 and everthing is working fine. But I want that all the member can read the files and put the file on shared folder but can not delete it. I want to protect it from
2006 Sep 20
2
migrating smbpasswd backend to ldap backend
i would like to use an ldap backend in place of my existing smbpasswd backend because i just can't get unix password synchronization to work. Any suggestions on how i can make this smooth migration ?
2005 May 31
2
SSHA with LDAP?
Poking around in the code for dovecot-stable seems to indicate that support has been added for the {SSHA} password scheme. This is not reflected in dovecot-ldap.conf. Is the SSHA code actually functional? Thanks! -Ben
2008 Mar 08
2
dovecotpw
Hi I would like to simulate dovecot's dovecotpw with a perl script I tried / used use Crypt::SaltedHash; my $csh = Crypt::SaltedHash->new(algorithm => 'SHA-1'); $csh->add($passwd_string); my $salted = $csh->generate; also use Digest::SHA1; use MIME::Base64; $ctx = Digest::SHA1->new; $ctx->add($passwd_string); $ctx->add('salt'); my $salted =
2006 Nov 17
2
dovecot and ldap passwords.
Hallo. First of all I'm sorry for my bad english. I have a question about how dovecot use passwords. I have all my mail accounts in a ldap database. The user password are stored in form: {crypt}mypasswd. In dovecot-ldap.conf I have default_pass_scheme = CRYPT. All is working fine. The problem in the crypt scheme is that I can't have passwords more than 8 characters long. So I've tried
2005 Aug 11
2
Migrated fine except passwords
Hello, I migrated 140 users and computer accounts from NT4 to Samba 3.0.14 with ldap today. Smbldap-tools are the latest stable version from tarball. No errors during vampire and everyone came over and the groups and group memberships populated fine. We couldn't connect to the server as any user from client PC's. The smbldaptools were set to use SSHA encryption for password attribute