Bug 7056 - migrate samba 3.0.25 to samba3.4.3
Summary: migrate samba 3.0.25 to samba3.4.3
Status: CLOSED WORKSFORME
Alias: None
Product: Samba 3.4
Classification: Unclassified
Component: Build environment (show other bugs)
Version: 3.4.3
Hardware: x86 Windows 7
: P3 regression
Target Milestone: ---
Assignee: Björn Jacke
QA Contact: Samba QA Contact
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-01-22 09:31 UTC by philippe lecarpentier
Modified: 2010-02-04 08:19 UTC (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description philippe lecarpentier 2010-01-22 09:31:31 UTC
I migrate samba 3.0.25 to samba 3.4.3 because the old version don't work with seven in a domain samba.
i migrate smbpasswd to dbsam, my [global] smb.conf under :

[global]

# workgroup = NT-Domain-Name or Workgroup-Name
        workgroup = domtest4
        netbios name = SRVTEST4
        server string = Serveur SAMBA TEST REDHAT4
        encrypt passwords = yes
        #smb passwd file = /etc/samba/smbpasswd
        null passwords = Yes
        #passdb backend = smbpasswd
        passdb backend = tdbsam
        name resolve order = wins host lmhosts bcast
        log level = 2
        log file = /var/log/samba/%U.log
        #domain admin group = root
        admin users = admin root
        domain logons = Yes
        security = user
        os level = 95
#        os level = 65
        preferred master = true
        domain master = yes
        dns proxy = No
        wins support = Yes
        #local master = true
        #template homedir = /home/
        logon script = logon.bat
        logon path =
        logon home =
        hide files = logon.bat
        username map = /etc/samba/smbusers
        guest ok = yes

Now i try to create new users with this command :

useradd -c "SMB INFOS" -d /dev/null -g serv_direction -s /bin/false test1
i use pdbedit 
pdbedit -a test1 -h=/home/users/test1
passwd

After on windows xp or seven i try to declare a new user, the answer is user test1 not find in domain domtest4.

i don't now why !

best regards
Comment 1 Björn Jacke 2010-02-04 07:03:45 UTC
adding users definetely works well. Probably some kind of configuration issue, not a bug.
Comment 2 philippe lecarpentier 2010-02-04 08:19:07 UTC
i resolve this bug, vhen i make rpm -e system-config-samba-1.2.21-1.el4.1.noarch
and rpm -e samba-3.0.25b-0.4E.6 i don't remove bin pdbedit off this version.
No i use the new pdbedit from /usr/local/samba/bin then i see all users creating.