Bug 9522 - Flag X not works properly
Summary: Flag X not works properly
Status: RESOLVED WORKSFORME
Alias: None
Product: Samba 3.5
Classification: Unclassified
Component: Domain Control (show other bugs)
Version: 3.5.20
Hardware: x86 Linux
: P5 normal
Target Milestone: ---
Assignee: Guenther Deschner
QA Contact: Samba QA Contact
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-12-27 08:49 UTC by arwk
Modified: 2020-12-19 22:45 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description arwk 2012-12-27 08:49:47 UTC
Hello!  

I'm running Samba 3.5.20. While I will add X flag to one of my users, samba wants to change password every time that users log on to workstation. When I will delete that flag, samba wants to change password exactly as configured by "maximum password age". Yesterday I upgraded samba to that version, thinking thats the problem, but it didn't help. Im adding smb.conf.    

<code>
[global]
        workgroup = STRYKOW
        netbios name = SERWER1
        server string = SERWER1
        log level = 1
        log file = /var/log/samba/log.%m
        max log size = 50
        smb ports = 139
        acl compatibility = winnt
        max xmit = 65536
        add user script = /usr/sbin/useradd "%u" -n -g users
        delete user script = /usr/sbin/userdel "%u"
        add group script = /usr/sbin/groupadd "%g"
        delete group script = /usr/sbin/groupdel "%g"
        delete user from group script = /usr/sbin/userdel "%u" "%g"
        add machine script = /usr/sbin/useradd -c "Konto Maszyny" -s /bin/false -g smbmachines -d /dane/komputery %u
        logon path =
        logon home =
        domain logons = Yes
#       os level = 2
        preferred master = Yes
        local master = No
        domain master = Yes
        wins support = Yes
        winbind trusted domains only = Yes
        acl group control = Yes
        create mask = 0770
        map acl inherit = Yes
        time server = yes


[netlogon]
        comment = Logowanie domenowe
        path = /etc/samba/netlogon
        browseable = No

[homes]
        comment = Katalog uzytkownika
        valid users = %S
        read only = No

[Install]
        comment = install
        path = /dane/dysk/INSTALL
        read only = No
        guest ok = Yes
        volume = Install

[dysk]
        comment = dysk
        path = /dane/dysk
        read only = No
        inherit permissions = Yes
        inherit acls = Yes
        guest ok = Yes
        map archive = No
        map readonly = no
        volume = dysk



</code>



Thanks for help. Artur
Comment 1 Björn Jacke 2020-12-19 22:45:38 UTC
I've seen the X flag working correctly since. If you still see this error with a recent samba release, feel free to reopen this bug report