Getting the following on startup:
[2004/11/02 09:57:15, 0] smbd/server.c:main(760)
 smbd version 3.0.7 started.
  Copyright Andrew Tridgell and the Samba Team 1992-2004
[2004/11/02 09:57:15, 0] lib/smbldap.c:smbldap_open_connection(623)
  Failed to issue the StartTLS instruction: Decoding error
[2004/11/02 09:57:15, 1] lib/smbldap.c:another_ldap_try(936)
  Connection to LDAP server failed for the 1 try!
[2004/11/02 09:57:15, 1] smbd/files.c:file_init(186)
  file_init: Information only: requested 10000 open files, 7244 are available.
[2004/11/02 09:57:15, 0] lib/smbldap.c:smbldap_open_connection(623)
  Failed to issue the StartTLS instruction: Decoding error
[2004/11/02 09:57:15, 1] lib/smbldap.c:another_ldap_try(936)
  Connection to LDAP server failed for the 1 try!
[2004/11/02 09:57:16, 1] lib/smbldap.c:add_new_domain_info(1289)
  failed to add domain dn= sambaDomainName=ATARASHII,DC=inscriber,DC=local with:
No such attribute
        00000057: LdapErr: DSID-0C09098B, comment: Error in attribute conversion
operation, data 0, v893
[2004/11/02 09:57:16, 0] lib/smbldap.c:smbldap_search_domain_info(1338)
  Adding domain info for ATARASHII failed with NT_STATUS_UNSUCCESSFUL
[2004/11/02 09:57:16, 1] lib/smbldap.c:add_new_domain_info(1289)
  failed to add domain dn= sambaDomainName=ATARASHII,DC=inscriber,DC=local with:
No such attribute
        00000057: LdapErr: DSID-0C09098B, comment: Error in attribute conversion
operation, data 0, v893
[2004/11/02 09:57:16, 0] lib/smbldap.c:smbldap_search_domain_info(1338)
  Adding domain info for ATARASHII failed with NT_STATUS_UNSUCCESSFUL
Are there errors with my ldap configuration, or are these just problems with the
AD schema?
Thanks,
Graham
smb.conf is:
[global]
        workgroup = DEV
        realm = INSCRIBER.LOCAL
        server string = Samba File Server %v
        interfaces = fxp0
        security = ADS
        client schannel = Yes
        server schannel = Yes
        passdb backend = ldapsam:ldap://omega.inscriber.local
        socket options = TCP_NODELAY IPTOS_LOWDELAY SO_KEEPALIVE SO_SNDBUF=8192 
SO_RCVBUF=8192
        dns proxy = No
        wins server = 10.0.0.25
        ldap admin dn = cn=Administrator,cn=users,DC=inscriber,DC=local
        ldap suffix = DC=inscriber,DC=local
        ldap ssl = start tls
        idmap uid = 10000-20000
        idmap gid = 10000-20000
        winbind separator = .
        winbind enum users = No
        winbind enum groups = No
        winbind use default domain = Yes
        force create mode = 0664
        force directory mode = 0775
        dos filemode = Yes
[public]
        comment = Archive
        path = /mnt/test/public
        read only = No
[homes]
        comment = Home Directories
        read only = No
        browseable = No