Displaying 20 results from an estimated 900 matches similar to: "Migrated fine except passwords"
2005 Jun 10
2
samba ldap problem
I have tried to create a samba domain with a ldap backend.
This is how my ldap structure looks like.
# example.com
dn: dc=example,dc=com
objectClass: dcObject
objectClass: organization
o: example
dc: example
# groups, example.com
dn: ou=groups,dc=example,dc=com
objectClass: organizationalUnit
ou: groups
# Domain Admins, groups, example.com
dn: cn=Domain Admins,ou=groups,dc=example,dc=com
2003 Nov 26
3
Fair queueing: SFQ vs TBF
Hello,
I have one Q. What is better when using as leaf in one leaf with
several hosts (like subnet) to splice traffic equaly to user number?
Like 2 users = 256/2, 3 = 256/3 and so on. WRR was pretty good for this
job, but it''s only for 2.4.21 kernels and mine''s 2.4.22.
So what is better: SFQ or TBF?
--
Artūras Šlajus
_______________________________________________
2005 May 04
0
Netlogon fail .
hello,
My system :
Debian sarge up to date .
samba 3.0.14
I can auth for share and use it but on domain controller it s don t work .
here my smb.conf :
#
# samba ldap
#======================= Global Settings =======================
[global]
# ldap config
passdb backend = ldapsam:ldap://127.0.0.1/
ldap admin dn = cn=root,dc=in,dc=yop,dc=net
ldap suffix = dc=in,dc=yop,dc=net
ldap group suffix
2005 Dec 24
1
master.password instead of LDAP database.
Good day.
Help me please to solve my problem to login a user to samba domain.
Samba accepts user authorisation only if a user account exists both in
master.password and LDAP database.
Note that uid and gid are taken from master.password instead of LDAP
database.
Why?
my smb.cf
[global]
dos charset = CP866
unix charset = KOI8-R
workgroup = FISH
server string = Samba Server
passdb backend
2012 Feb 11
3
9.0-RELEASE PV from scratch on XCP v1.1.0
Title: HOWTO-FreeBSD-on-XCP
Author: John D. "Trix" Farrar
Date: 2012-02-09
* The Challenge - ParaVirtualized FreeBSD 9.0-RELEASE under XCP 1.1.0
The idea here is to create a PV FreeBSD VM under Xen Cloud Platform
(XCP) without starting with an HVM first. The documentation I''''ve
been able to find on-line is at least a year old and is mostly written
for Xen (under
2005 Dec 21
0
Can not login to the domain. User serg in passdb, but getpwnam() fails!
Hi everyone.
I am installing an Samba 3 PDC with an OpenLDAP backend.
I am currently having a problem when I try to login to the domain with
my username and password. But no such problem when i am trying to join
to domain or connect to a share.
So, i get the following error :
[2005/12/21 18:08:02, 1] auth/auth_util.c:make_server_info_sam(840)
User serg in passdb, but getpwnam() fails!
2008 Jan 02
0
winbind initialization: GetDC got invalid response type 21
Hi all,
I'm running Samba 3.0.28 on CentOS 5.1 as a PDC. I'm having problems
with winbind taking a long to initialize or reconnect to the domain.
For example, starting winbind and then checking the trust secret takes
~30 seconds:
# time /usr/local/samba/bin/wbinfo -t
checking the trust secret via RPC calls succeeded
real 0m34.055s
user 0m0.008s
sys 0m0.019s
In the logs
2003 Nov 25
0
Problems using smbldaptools
Evening everyone.
Im currently having some problems using the smbldap tools to add groups,
users and such.
Im using Samba 3.0.1pre3 with OpenLDAP 2.1.22.
I have setup the required files: /etc/nsswitch.conf, /etc/ldap.conf and
/etc/samba3/smb.conf
I also configured smbldap_conf.pm as well to reflect my setup. (Quick side
note: I have two of these files: one in /etc/samba3 and the other in
2008 Sep 12
2
smbldaptools not creating unix group/users
Dear all,
I have setup a samba PDC on a debian lenny machine and everything works fine.
Recently, i want to integrate Samba with LDAP. When I use smbldap-populate,
the corresponding structures are created in the LDAP tree, however,
the unix groups
are not created at all! smbldap-populate did not complaint anything.
I have tested by using smbldap-useradd. The same problem appears. What are the
2008 May 15
2
Password Policy for Samba Ldap PDC
Hello All,
I?ve a customer with a problem. They need to apply some policy's in your
Samba LDAP (SMBLDAPTOOLS) passwords, like this:
- Passwords Expiration
- Minimum lenght
- History
- Quality of Password
- Block after 3 incorrect logon attempts
Is it possible to do it with the Default Samba schema ? Is there another way
to implement ?
Thanks for any Help.
Best Regards.
--
Alexandre
2007 Jan 27
0
debugging smbldap-useradd failures
Hi, I just thought I'd post here some notes after a loong bugsearch.
Keywords:
failed to perform search; Unexpected EOF
using Domain Admins to add machines
The problem was that I got this in the sambalog:
_samr_create_user: Running the command `/usr/sbin/smbldap-useradd -w
"machine$"' gave 127
Part of the problem was that this isn't a lot to go on, and the command
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
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 Apr 22
1
Convert ssha password to sambaNTpassword?
Is it possible to take a SSHA password from an ldif and create a proper
sambaNTpassword from it? Here's the scenario: the ldap servers in our
organization do not have the samba schema installed and the likelihood
of that happening is slim. I still want to provide clients with as
close to a single sign on solution as possible and I can get an ldif of
the accounts I need. However, the
2007 Jun 01
1
SSHA salt?
Hi there,
I was wondering if someone could explain how dovecot/dovecotpw produces salt
for use in ssha passwords, I'd like to replicate this in PHP so I can write
my passwords from php in ssha instead of just sha1.
Thanks in advance,
Andrea Baitis
2014 Apr 29
2
Samba 3.5 loses local master browser election to Win7 32bits
Hi All:
I'm facing a weird behavior with Samba 3.5.10. It's a CentOS 6.3
repository RPM. Samba is acting as a PDC and integrated with OpenLDAP
2.4.23, also a CentOS RPM, through smbldap-tools 0.9.3 (from EPEL).
In my network I have Windows 7 64 bits and Windows 7 32 bits. The
problem is that Samba is losing local master browser 'status' to Win7
32 bits machines. From time to
2013 Mar 19
0
ssha passwords in samba4
Hi,
I have to bring samba4 as a DC in my setup which currently runs zimbra mail
server, I need to migrate all the users with their passwords to samba4.
I am able to extract the users and their ssha encrypted passwords, But am
unable to set the passwords of these users as ssha.
I really don't want to reset the passwords of all the users. Can anybody
tell if/how i can set the passwords of users
2005 Feb 07
1
RPM Build error for Samba-3.0.10-1.src.rpm
Hi,
I am trying to install samba 3 on RH Enterprise Linux AS with LDAP and
SMBLDapTools. I hv downloaded the Samba-3.0.10-1.src.rpm from Samba site.
I want my samba to support ACLs, Profiles, LDAPSAM etc. To make it work i
edited the SPECS file and added the following entries
- - with-acl-support
- - with-profile
- - disable-static
- - with-msdfs
- -with-ldapsam
After adding the
2013 Mar 10
1
Asterisk authentication on LDAP (SSHA and SHA passwords)
hello guys,
I'm working on a federal university at Brasil, we already have an
openLdap with all users and this base is used to authenticate several
services like email, vpn, wireless (RADIUS), and we have also Shibboleth
providing SSO.
During my studies of Asterisk, i see a lot of people talking about the
incapacity of asterisk (more precisely because of SIP) to authenticate
against a
2006 Apr 11
0
SSHA Password Hashing
We are currently running a production mail server using version
0.990.99.11-2 (latest RPM from RHEL/CentOS).
We would like to migrate more virtual domains off our courier imap
server to dovecot but the courier imap user passswords are stored in
LDAP and are SSHA hashed which is not supported by our current version
of dovecot (CRYPT only).
>From reading the mailing lists this feature is now