Samba: LDAP & smbpasswd configuration possible?

Is there a way for me to set up Samba to first check the ldap, and if that user doesn’t exist check the smbpassd file? Below is my smb.conf file Global Section scubbed clean.

passdb backend = ldapsam:ldap server address
        ldap suffix = dc=,dc=
       name resolve order = wins bcast hosts
        ldap machine suffix = ou=Computers
        ldap user suffix = ou=People
        ldap admin dn = "cn=,ou=,dc=,dc="
        ldap ssl = start tls
        server string = "File Server"
        security = user
        log file = /var/log/samba.log
        log level = 1
        wins server = some servers
        winbind enum users = no
        winbind enum groups = no
        unix extensions = no
        wide links = yes
        hosts deny = ALL
        hosts allow = server
        interfaces = lo eth0
        bind interfaces only = true
        hide files = Thumbs.db/desktop.ini/lost+found/.*/
        hide dot files = yes
        hide unreadable = yes
        browseable = yes
        read only = No
        inherit acls = yes
        inherit permissions = yes
        create mask = 0600
        directory mask = 0700
        cups options = raw
        printing = cups
        writable = yes
        map to guest = bad user

On Tue September 6 2011 10:06 am, timothysomalley wrote:

>
> Is there a way for me to set up Samba to first check the ldap, and if
> that user doesn’t exist check the smbpassd file? Below is my smb.conf
> file Global Section scubbed clean.
>
>
> Code:
> --------------------
> passdb backend = ldapsam:ldap server address
<snip>
> map to guest = bad user
>
> --------------------
>
timothysomalley;

AFAIK (As Far As I Know) the answer is no. This capability was removed with
Samba 3.0.23. See the first line of:
http://www.samba.org/samba/docs/man/Samba-HOWTO-Collection/passdb.html


P. V.
“We’re all in this together, I’m pulling for you.” Red Green

Thank you, I couldn’t find it anywhere, but wanted to ask because there are so many resources.