<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://purl.org/rss/1.0/" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:syn="http://purl.org/rss/1.0/modules/syndication/" xmlns:admin="http://webns.net/mvcb/">
  <channel rdf:about="http://blog.gmane.org/gmane.network.samba.general">
    <title>gmane.network.samba.general</title>
    <link>http://blog.gmane.org/gmane.network.samba.general</link>
    <description/>
    <syn:updatePeriod>hourly</syn:updatePeriod>
    <syn:updateFrequency>1</syn:updateFrequency>
    <syn:updateBase>1901-01-01T00:00+00:00</syn:updateBase>
    <items>
      <rdf:Seq>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.network.samba.general/130807"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.network.samba.general/130804"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.network.samba.general/130799"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.network.samba.general/130790"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.network.samba.general/130789"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.network.samba.general/130782"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.network.samba.general/130762"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.network.samba.general/130758"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.network.samba.general/130746"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.network.samba.general/130745"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.network.samba.general/130740"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.network.samba.general/130738"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.network.samba.general/130737"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.network.samba.general/130733"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.network.samba.general/130729"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.network.samba.general/130722"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.network.samba.general/130721"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.network.samba.general/130717"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.network.samba.general/130706"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.network.samba.general/130699"/>
      </rdf:Seq>
    </items>
    <image rdf:resource="http://gmane.org/img/gmane-25t.png"/>
    <textinput rdf:resource=""/>
  </channel>
  <image rdf:about="http://gmane.org/img/gmane-25t.png">
    <title>Gmane</title>
    <url>http://gmane.org/img/gmane-25t.png</url>
    <link>http://gmane.org</link>
  </image>
  <item rdf:about="http://comments.gmane.org/gmane.network.samba.general/130807">
    <title>Samba 3.6 winbind issues</title>
    <link>http://comments.gmane.org/gmane.network.samba.general/130807</link>
    <description>&lt;pre&gt;I've been using samba for several years now and so my configuration
hasnt changed much in that time. We've setup a samba pdc+ldap backend
and previously using smbldap-tools. I haven't had to add a new machine
in a long while until recently a new user said they couldn't remote
desktop to a windows server I have part of our domain. Older users
still were able to access it.

I decided to leave then join the domain, but that ran into another
issue. I cant add the server back to the domain since I was getting
'no challanage send to client' messages. Searching this I found I
needed to use winbind and setup idmap settings. Following the wiki, I
set this up, but still unable to join to the domain.

Now it says its unable to allocate a uid to create the machine entry
in ldap. I'm not sure what to do next. wbinfo is able to report info
on users, but wbinfo -g returns nothing. In the logs for winbind I see
errors saying for gid 0 got 0 entries, and for a few other gids.

I tried wbinfo --allocate-uid/gid and get the following:
failed to call wbcAllocateGid: WBC_ERR_DOMAIN_NOT_FOUND
Could not allocate a gid

In the logs, all I see is
Could not allocate gid: NT_STATUS_UNSUCCESSFUL

Here is my samba global settings:
[global]
        workgroup = X.X.X
        netbios name = ROSS
        server string = PDC %v
        encrypt passwords = yes
        passdb backend = ldapsam:ldap://X.X.X.X
        ldapsam:trusted = yes
        ldapsam:editposix = yes
        domain master = yes
        preferred master = yes
        local master = yes
        os level = 255
        dns proxy = yes
        wins support = yes
        name resolve order = host wins lmhosts bcast
        domain logons = yes
        client ntlmv2 auth = yes
        loglevel = 2 auth:1 sam:10 winbind:10 passdb:0 smb:10 rpc_srv:3
        log file = /var/log/samba/log.%m
        syslog = 0
        time server = yes
        ldap suffix = dc=X,dc=X,dc=X
        ldap user suffix = ou=people
        ldap group suffix = ou=group
        ldap machine suffix = ou=machines
        ldap idmap suffix = ou=Idmap
        ldap ssl = start tls
        ldap admin dn = cn=samba,ou=DSA,dc=X,dc=X,dc=X
        logon path = \\%L\profiles\%U
        logon script = netlogon.bat
        time server = Yes
        deadtime = 10
        case sensitive = No
        dont descend = /proc,/dev,/etc,/lib,/lost+found,/initrd
        printcap name = /etc/printcap
        load printers = no
        interfaces = eth0 lo
        bind interfaces only = yes
        winbind enum users = yes
        winbind enum groups = yes
        idmap config * : default = yes
        idmap config * : readonly = no
        idmap config * : backend = ldap
        idmap config * : range = 1000-1000000
        idmap config * : ldap_url = ldap://X.X.X.X
        idmap config * : ldap_base_dn = ou=Idmap,dc=X,dc=X,dc=X
        idmap config * : ldap_user_dn = cn=idmap,ou=DSA,dc=X,dc=X,dc=X
        winbind use default domain = Yes
        winbind nested groups = Yes
&lt;/pre&gt;</description>
    <dc:creator>David Noriega</dc:creator>
    <dc:date>2013-05-20T19:29:22</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.network.samba.general/130804">
    <title>Migrate samba3 to samba4</title>
    <link>http://comments.gmane.org/gmane.network.samba.general/130804</link>
    <description>&lt;pre&gt;Hi Everybody
I have an environment with Samba3 and ldap in the company and we are
studying the migration to Samba4, keeping the user base, groups and
workstations registered.
I would like to know the best way suited for this migration. One of
unsuccessful attempts we had was to establish a trust relationship between
the domain Samba3 and Samba4 to use ADMT from Microsoft and import users
and groups, but it was not possible to establish the relationship between
the domains/




&lt;/pre&gt;</description>
    <dc:creator>Natália Vaz</dc:creator>
    <dc:date>2013-05-20T17:18:15</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.network.samba.general/130799">
    <title>[Samba4] modifying attributes: no write access to self</title>
    <link>http://comments.gmane.org/gmane.network.samba.general/130799</link>
    <description>&lt;pre&gt;Hi all

*Context:*
I'm trying to use the s4bind scripts (
http://linuxcostablanca.blogspot.com.es/p/s4bind.html)

k5start is running

So far, i've succeeded in
* modifying (posixifying) the built-in "Domain Users"
* adding a user to this group and i can login with this user (ssh), create
files that are correctly owned, etc... The user also shows up correcly in
ADUC.
* retrieving user and group info (for user added in AD, and not existing
locally) via getent


*Problem:
*
I'm added a new group
 *samba-tool group add Leerkrachten*
Then i tryied posixifying the group (as i did with the builtin group
"Domain Users"
 *s4bind upgradegroup Leerkrachten 30000*
This however gives me

 ERR: (insufficient access rights) "LDAP error 50
LDAP_INSUFFICIENT_ACCESS_RIGHTS -  &amp;lt;00002098: Object
cn=Leerkrachten,cn=Users,DC=stp4,DC=stp,DC=internal has no write property
access
before line 7
Modify failed after processing 0 records

It seems that there is no write access to "self" (i seem to remember
something from my old openldap setup that is in place on the old samba3
domain) that specified things about "access to blablable by self write". Is
there something in the directory component of s4 like this too? and how to
specifiy it? Is there a way to list acls on directory objects?)

*Extra info*
The s4bind script does the following:
1. creates a file (* /tmp/group ) *with the following content:
 *dn: cn=Leerkrachten,cn=Users,DC=stp4,DC=stp,DC=internal
 changetype: modify
 add: objectClass
 objectClass: posixGroup
 -
 add: gidNumber
 gidNumber: 30000*

It then runs the following command
* ldbmodify --url=ldap://samba4-3.stp4.stp.internal --kerberos=yes
--krb5-ccache=FILE:/tmp/krb5cc_0 /tmp/group*

klist shows the following:

Ticket cache: FILE:/tmp/krb5cc_0
Default principal: SAMBA4-3$&amp;lt; at &amp;gt;STP4.STP.INTERNAL

Valid starting     Expires            Service principal
05/20/13 09:34:48  05/20/13 19:34:48
krbtgt/STP4.STP.INTERNAL&amp;lt; at &amp;gt;STP4.STP.INTERNAL
05/20/13 10:37:42  05/20/13 19:34:48
ldap/samba4-3.stp4.stp.internal&amp;lt; at &amp;gt;STP4.STP.INTERNAL

thanx in advance !


&lt;/pre&gt;</description>
    <dc:creator>Michael De Groote</dc:creator>
    <dc:date>2013-05-20T09:36:43</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.network.samba.general/130790">
    <title>Windows 7 + Samba 3.5.6 = abject misery...</title>
    <link>http://comments.gmane.org/gmane.network.samba.general/130790</link>
    <description>&lt;pre&gt;Can anyone help with this? I set it all up a few months ago, the samba
side being standard upgrades via debian - configured as a PDC, and the
windows 7 clients being clean installs, with the standard
lanmanworkstation regedits done.

They've been working fine since then, but have now started failing,
instead raising the error message

 'The trust relationship between this work station and the primary
domain has failed'

on the client.

Any suggestions??

Cheers,

Steve

&lt;/pre&gt;</description>
    <dc:creator>Steve Holdoway</dc:creator>
    <dc:date>2013-05-19T21:53:34</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.network.samba.general/130789">
    <title>samba upload crashes system</title>
    <link>http://comments.gmane.org/gmane.network.samba.general/130789</link>
    <description>&lt;pre&gt;Hi,

I've got a modded NAS with a patched kernel 3.8.3

whenever I try to upload a file larger than a few bytes from windows,
the nas crashes completely. Creating folders, downloading and browsing
works fine.
I could not find any entry in the logs.
Everything else works fine, the kernel usually is stable except this
samba issue.

How do I hunt down this problem?

thanks for any help,

JPT

Software details:

I've got SuperCopier 2.2 Beta on windows which handles all file copies
from explorer to avoid those annyoing Explorer bugs when doing SMB
transfers. But this problem also happens if I use other tools to transfer.

Linux NAS 3.8.3.duov2 #89 Sun Mar 17 17:08:16 CET 2013 armv5tel GNU/Linux

debian squeeze

Samba version: 2:3.5.6~dfsg-3squeeze9 armel

/etc/samba$ testparm -s smb.conf
Load smb config files from smb.conf
Processing section "[homes]"
Processing section "[Upload]"
Processing section "[Videos]"
Loaded services file OK.
Server role: ROLE_STANDALONE
[global]
        workgroup = TEAM
        server string = %h
        log file = /var/log/samba/%m.log
        max log size = 50
        load printers = No
        dns proxy = No
        hosts allow = 192.168.20., 127.

[homes]
        comment = Home
        path = /home/%S/Dokumente
        read only = No
        create mask = 0640
        hide unreadable = Yes
        browseable = No

[Upload]
        path = /media/DATEN/incoming
        read only = No

[Videos]
        path = /media/MEDIEN/Video/





&lt;/pre&gt;</description>
    <dc:creator>JPT</dc:creator>
    <dc:date>2013-05-19T15:18:45</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.network.samba.general/130782">
    <title>(force) default security mask</title>
    <link>http://comments.gmane.org/gmane.network.samba.general/130782</link>
    <description>&lt;pre&gt;Hello folks,

Samba 3.5.6 running and I have following share:

[public]
path = /data/public
              read only = No
              create mask = 0777
              directory mask = 0777
directory security mask = 0750
              vfs object = acl_xattr
              nt acl support = yes
              dos filemode = yes

My filesystem ext4 which is mounted to /data supports acl,user_xattr and setfacl/getfacl works fine.

ls -ld /data/public shows unix mode 0755 with owner=admin and group="Domain Users"

All users have full access to the share \\samba\public and therefore are allowed to create,modify,delete directories and files. My aim is that I want to have a directory called "special" which is in /data/public/special. Only restricted users and groups are allowed full access to this directory, the "Domain Users" should only be able to have read/execute rights, but no write/delete rights on this directory+subdirs.

"/data/public" has no ACL set. Here's an output of my ACL I have set manually with setfacl on this "special" directory. Only user "john" and "doe" and group "foobar" have full access to this "special" directory, and "Domain Users" or other should only have read rights.

root&amp;lt; at &amp;gt;samba:/data/public# getfacl special

# file: special/
# owner: admin
# group: Domain\040Users
user::rwx
user:john:rwx
user:doe:rwx
group::r-x
group:foobar:rwx
mask::rwx
other::---
default:user::rwx
default:user:john:rwx
default:user:doe:rwx
default:group::r-x
default:group:foobar:rwx
default:mask::rwx
default:other::---

When user "john", "doe" or anyone of group "foobar" creates a new directory inside the special dir, it has following modes:

root&amp;lt; at &amp;gt;samba:/data/public/special ls -l
drwxrwx-wx+ 2 john  Domain Users 4096 19. Mai 12:43 newdir
==&amp;gt; This corresponds to unix mode 0773.

The ACL mode looks like that:
# file: newdir
# owner: john
# group: Domain\040Users
user::rwx
user:john:rwx
user:doe:rwx
group::rwx
group:foobar:rwx
mask::rwx
other::-wx
default:user::rwx
default:user:john:rwx
default:user:doe:rwx
default:group::r-x
default:group:foobar:rwx
default:mask::rwx
default:other::---
==&amp;gt; This corresponds to ACL security mode 0773.

Where does this strange 0773 come from? I would like to have ACL security mode 0750 on all new directories and files created inside "special" directory. I also have tried to use "force directory security mode = 0750" in my smb.conf but that doesn't help either. I have realized another odd behaviour, too:

when user "john", "doe", or anyone of group "foobar" creates a new directory and DON'T name it, it will be called "New Directory". This directory has following ACLs:

root&amp;lt; at &amp;gt;samba:/data/public/special# getfacl New\ Directory
# file: New Directory
# owner: john
# group: Domain\040Users
user::rwx
user:john:rwx
user:doe:rwx
group::r-x
group:foobar:rwx
mask::rwx
other::---
default:user::rwx
default:user:john:rwx
default:user:doe:rwx
default:group::r-x
default:group:foobar:rwx
default:mask::rwx
default:other::---

This would be the correct ACL I want to have to, it corresponds to 0750. But why does this be applied only, if a new directory is created through windows and not renamed to something else than the default directory name "New Directory" ? I don't understand that. Please anyone tell me how to set correctly ACL mode 0750 for all the new dirs/files inside my special dir.

Any help appreciated. Thanks a lot in advance.
Lucas.
&lt;/pre&gt;</description>
    <dc:creator>?icro MEGAS</dc:creator>
    <dc:date>2013-05-19T10:58:39</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.network.samba.general/130762">
    <title>curious printing (WAS:  Im just curious)</title>
    <link>http://comments.gmane.org/gmane.network.samba.general/130762</link>
    <description>&lt;pre&gt;2013-05-17 00:43 keltezéssel, Marc Muehlfeld írta:

Actualy I have lot of printers in my "old" bind config, so i thought I 
can use that configuration just for the printers and using samba's 
bind9_dlz option for pcs and domain.

Hi
Do you have the printers working under Samba 4? If so, could you share
the version?
Cheers,
Steve

&lt;/pre&gt;</description>
    <dc:creator>steve</dc:creator>
    <dc:date>2013-05-18T14:37:35</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.network.samba.general/130758">
    <title>security=ads</title>
    <link>http://comments.gmane.org/gmane.network.samba.general/130758</link>
    <description>&lt;pre&gt;Dear samba-mailinglist,

We're using samba 4.0.5 as an active directory domain controller.
We used to set up some file shares on basis security=user in the old 
samba version. I was able to set up the shares as they used to be .

My Question:
How can I set up "wich user kan read/write which share?"

Do I have to do this in den Active Directory or in smb.conf?

This maybe a trivial question, but I lokked around the manuals a lot and 
found nothing.

smb.conf

[global]
         workgroup = GYM-FEU
         realm = gym-feu.local
         netbios name = SERVER
         server role = active directory domain controller

[netlogon]
         path = /usr/local/samba/var/locks/sysvol/gym-feu.local/scripts
         read only = No

[sysvol]
         path = /usr/local/samba/var/locks/sysvol
         read only = No

[austausch]
  path = /home/samba/austausch
  create mask = 0700
  directory mask = 0700
  force user = schueler
  force group = schueler
  comment = zum freien Austausch
  public = yes
  writeable = yes


Ulrich Schneider
&lt;/pre&gt;</description>
    <dc:creator>Ulrich Schneider</dc:creator>
    <dc:date>2013-05-18T07:03:57</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.network.samba.general/130746">
    <title>Continued compilation errors with samba 3.6.15</title>
    <link>http://comments.gmane.org/gmane.network.samba.general/130746</link>
    <description>&lt;pre&gt; 
Hello. 
 I'm trying to compile samba on a armnas.
 
First I execute:
autogen.sh
configure
make
 
And got the following error:
 
 
 
 
Compiling ../libcli/samsync/decrypt.c
Linking bin/net
utils/net_rpc.o: In function `net_rpc':
net_rpc.c:(.text+0x88): undefined reference to `libnetapi_net_init'
utils/net_rpc.o: In function `net_rpc_file':
net_rpc.c:(.text+0x2d74): undefined reference to `libnetapi_net_init'
utils/net_rpc.o: In function `net_rpc_share':
net_rpc.c:(.text+0x32ec): undefined reference to `libnetapi_net_init'
utils/net_rpc.o: In function `net_rpc_user':
net_rpc.c:(.text+0x9414): undefined reference to `libnetapi_net_init'
utils/net_rpc.o: In function `net_rpc_group':
net_rpc.c:(.text+0xcbc8): undefined reference to `libnetapi_net_init'
utils/net_rpc_shell.o:net_rpc_shell.c:(.text+0x51c): more undefined references to `libnetapi_net_init' follow
collect2: ld returned 1 exit status
make: *** [bin/net] Error 1
 
----------------------------
 
Then I recompiled with the following parameters set:
 
./configure --enable-shared-libs=no --enable-external-libtalloc=no  
--enable-external-libtdb=no --with-libtalloc=no --with-libtdb=no --with-libnetapi=no --with-libsmbclient 
=no --with-libsmbsharemodes=no --with-libaddns=no
 
 
And then compile with the following error:
 
 
/home/tmp/samba-3.6.15/source3# sudo make
Using CFLAGS     = -O -I. -I/home/tmp/samba-3.6.15/source3 -I/home/tmp/samba-3.6.15/source3/../lib/iniparser/src -Iinclude -I./include  -I. -I. -I./../lib/replace -I./../lib/tevent -I./librpc -I./.. -I./../lib/talloc -I../lib/tdb/include -DHAVE_CONFIG_H  -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -Iinclude -I./include -I. -I. -I./../lib/replace -I./../lib/tevent -I./librpc -I./.. -I./../lib/popt  -I/home/tmp/samba-3.6.15/source3/lib -I.. -D_SAMBA_BUILD_=3 -D_SAMBA_BUILD_=3
      PICFLAG    = -fPIC
      LIBS       = -lcap -lresolv -lnsl -ldl -lrt
      LDFLAGS    = -Wl,-z,relro -L./bin
      DYNEXP     = -Wl,--export-dynamic
      LDSHFLAGS  = -fPIC -shared -Wl,-Bsymbolic -Wl,-z,relro -L./bin -lc -Wl,-z,defs
      SHLIBEXT   = so
      SONAMEFLAG = -Wl,-soname=
mkdir bin
Compiling ../lib/talloc/talloc.c
Linking non-shared library bin/libtalloc.a
BusyBox v1.14.2 (2009-11-27 09:33:24 KST) multi-call binary
Usage: ar [-o] [-v] [-p] [-t] [-x] ARCHIVE FILES
Extract or list FILES from an ar archive
Options:
 -o Preserve original dates
 -p Extract to stdout
 -t List
 -x Extract
 -v Verbose
make: [bin/libtalloc.a] Error 1 (ignored)
Compiling ../lib/tdb/common/tdb.c
Compiling ../lib/tdb/common/dump.c
Compiling ../lib/tdb/common/transaction.c
Compiling ../lib/tdb/common/error.c
Compiling ../lib/tdb/common/traverse.c
Compiling ../lib/tdb/common/freelist.c
Compiling ../lib/tdb/common/freelistcheck.c
Compiling ../lib/tdb/common/io.c
Compiling ../lib/tdb/common/lock.c
Compiling ../lib/tdb/common/open.c
Compiling ../lib/tdb/common/check.c
Compiling ../lib/tdb/common/hash.c
Compiling ../lib/tdb/common/summary.c
Linking non-shared library bin/libtdb.a
BusyBox v1.14.2 (2009-11-27 09:33:24 KST) multi-call binary
Usage: ar [-o] [-v] [-p] [-t] [-x] ARCHIVE FILES
Extract or list FILES from an ar archive
Options:
 -o Preserve original dates
 -p Extract to stdout
 -t List
 -x Extract
 -v Verbose
make: [bin/libtdb.a] Error 1 (ignored)
Compiling ../nsswitch/libwbclient/wbclient.c
Compiling ../nsswitch/libwbclient/wbc_util.c
Compiling ../nsswitch/libwbclient/wbc_pwd.c
Compiling ../nsswitch/libwbclient/wbc_idmap.c
Compiling ../nsswitch/libwbclient/wbc_sid.c
Compiling ../nsswitch/libwbclient/wbc_guid.c
Compiling ../nsswitch/libwbclient/wbc_pam.c
Compiling ../nsswitch/wb_common.c
Compiling ../lib/replace/replace.c
Compiling ../lib/replace/snprintf.c
Compiling ../lib/replace/getpass.c
Compiling ../lib/util/blocking.c
creating /home/tmp/samba-3.6.15/source3/exports/libwbclient.syms
Linking shared library bin/libwbclient.so.0
Compiling ../lib/addns/dnsrecord.c
Compiling ../lib/addns/dnsutils.c
Compiling ../lib/addns/dnssock.c
Compiling ../lib/addns/dnsgss.c
Compiling ../lib/addns/dnsmarshall.c
Compiling ../lib/addns/error.c
Linking non-shared library bin/libaddns.a
BusyBox v1.14.2 (2009-11-27 09:33:24 KST) multi-call binary
Usage: ar [-o] [-v] [-p] [-t] [-x] ARCHIVE FILES
Extract or list FILES from an ar archive
Options:
 -o Preserve original dates
 -p Extract to stdout
 -t List
 -x Extract
 -v Verbose
make: [bin/libaddns.a] Error 1 (ignored)
Compiling lib/netapi/netapi.c
Compiling lib/netapi/cm.c
Compiling librpc/gen_ndr/ndr_libnetapi.c
Compiling lib/netapi/libnetapi.c
Compiling lib/netapi/joindomain.c
Compiling lib/netapi/serverinfo.c
Compiling lib/netapi/getdc.c
Compiling lib/netapi/user.c
Compiling lib/netapi/group.c
Compiling lib/netapi/localgroup.c
Compiling lib/netapi/samr.c
Compiling lib/netapi/sid.c
Compiling lib/netapi/share.c
Compiling lib/netapi/file.c
Compiling lib/netapi/shutdown.c
Compiling lib/netapi/netlogon.c
Linking non-shared library bin/libnetapi.a
BusyBox v1.14.2 (2009-11-27 09:33:24 KST) multi-call binary
Usage: ar [-o] [-v] [-p] [-t] [-x] ARCHIVE FILES
Extract or list FILES from an ar archive
Options:
 -o Preserve original dates
 -p Extract to stdout
 -t List
 -x Extract
 -v Verbose
make: [bin/libnetapi.a] Error 1 (ignored)
Compiling libsmb/libsmb_cache.c
Compiling libsmb/libsmb_compat.c
Compiling libsmb/libsmb_context.c
Compiling libsmb/libsmb_dir.c
libsmb/libsmb_dir.c: In function ‘SMBC_getdents_ctx’:
libsmb/libsmb_dir.c:1126: warning: cast from pointer to integer of different size
Compiling libsmb/libsmb_file.c
Compiling libsmb/libsmb_misc.c
Compiling libsmb/libsmb_path.c
Compiling libsmb/libsmb_printjob.c
Compiling libsmb/libsmb_server.c
Compiling libsmb/libsmb_stat.c
Compiling libsmb/libsmb_xattr.c
Compiling libsmb/libsmb_setget.c
Compiling dynconfig.c
Compiling param/loadparm.c
Compiling param/loadparm_server_role.c
Compiling param/util.c
Compiling lib/sharesec.c
Compiling lib/ldap_debug_handler.c
Compiling registry/reg_api.c
Compiling registry/reg_dispatcher.c
Compiling registry/reg_cachehook.c
Compiling registry/reg_objects.c
Compiling registry/reg_util_internal.c
Compiling lib/util_nttoken.c
Compiling registry/reg_backend_db.c
Compiling registry/reg_init_basic.c
Compiling registry/reg_util_token.c
Compiling registry/reg_api_util.c
Compiling registry/reg_backend_smbconf.c
Compiling registry/reg_init_smbconf.c
Compiling ../lib/smbconf/smbconf.c
Compiling ../lib/smbconf/smbconf_util.c
Compiling ../lib/smbconf/smbconf_txt.c
Compiling lib/smbconf/smbconf_reg.c
Compiling lib/smbconf/smbconf_init.c
Compiling ../libcli/security/privileges.c
Compiling ../lib/util/rbtree.c
Compiling ../lib/util/signal.c
Compiling ../lib/util/time.c
Compiling ../lib/util/xfile.c
Compiling ../lib/util/util_strlist.c
Compiling ../lib/util/util_file.c
Compiling ../lib/util/data_blob.c
Compiling ../lib/util/util.c
Compiling ../lib/util/fsusage.c
Compiling ../lib/util/params.c
Compiling ../lib/util/talloc_stack.c
Compiling ../lib/util/genrand.c
Compiling ../lib/util/util_net.c
Compiling ../lib/util/become_daemon.c
Compiling ../lib/util/system.c
Compiling ../lib/util/tevent_unix.c
Compiling ../lib/util/tevent_ntstatus.c
Compiling ../lib/util/tevent_werror.c
Compiling ../lib/util/smb_threads.c
Compiling ../lib/util/util_id.c
Compiling ../lib/util/rfc1738.c
Compiling ../lib/util/select.c
Compiling ../lib/util/util_pw.c
Compiling ../lib/crypto/crc32.c
Compiling ../lib/crypto/md5.c
Compiling ../lib/crypto/hmacmd5.c
Compiling ../lib/crypto/arcfour.c
Compiling ../lib/crypto/md4.c
Compiling ../lib/crypto/sha256.c
Compiling ../lib/crypto/hmacsha256.c
Compiling ../lib/crypto/aes.c
Compiling ../lib/crypto/rijndael-alg-fst.c
Compiling lib/messages.c
Compiling librpc/gen_ndr/ndr_messaging.c
Compiling lib/messages_local.c
Compiling lib/messages_ctdbd.c
Compiling lib/packet.c
Compiling lib/ctdbd_conn.c
Compiling lib/interfaces.c
Compiling lib/memcache.c
Compiling lib/talloc_dict.c
Compiling lib/serverid.c
Compiling lib/util_sconn.c
Compiling lib/util_transfer_file.c
Compiling ../lib/async_req/async_sock.c
Compiling lib/addrchange.c
Compiling lib/util_tdb.c
Compiling ../lib/util/util_tdb.c
Compiling ../lib/util/tdb_wrap.c
Compiling lib/dbwrap.c
Compiling lib/dbwrap_tdb.c
Compiling lib/dbwrap_ctdb.c
Compiling lib/g_lock.c
Compiling lib/dbwrap_rbt.c
Compiling lib/version.c
Compiling lib/charcnv.c
Compiling ../lib/util/debug.c
Compiling ../lib/util/debug_s3.c
Compiling lib/fault.c
Compiling lib/interface.c
Compiling lib/pidfile.c
Compiling lib/system.c
Compiling lib/sendfile.c
Compiling lib/recvfile.c
Compiling lib/time.c
Compiling lib/username.c
Compiling ../libds/common/flag_mapping.c
Compiling lib/access.c
Compiling lib/smbrun.c
Compiling lib/bitmap.c
Compiling lib/dprintf.c
Compiling ../libcli/registry/util_reg.c
Compiling lib/wins_srv.c
Compiling lib/util_str.c
Compiling lib/clobber.c
Compiling lib/util_sid.c
Compiling lib/util_unistr.c
Compiling ../lib/util/charset/codepoints.c
Compiling lib/util_file.c
Compiling lib/util.c
Compiling lib/util_cmdline.c
Compiling lib/util_names.c
Compiling lib/util_sock.c
Compiling lib/sock_exec.c
Compiling lib/util_sec.c
Compiling lib/substitute.c
Compiling lib/dbwrap_util.c
Compiling lib/ms_fnmatch.c
Compiling lib/errmap_unix.c
Compiling lib/tallocmsg.c
Compiling lib/dmallocmsg.c
Compiling libsmb/clisigning.c
Compiling libsmb/smb_signing.c
Compiling ../lib/util/charset/iconv.c
Compiling intl/lang_tdb.c
Compiling lib/conn_tdb.c
Compiling lib/adt_tree.c
Compiling lib/gencache.c
Compiling lib/sessionid_tdb.c
Compiling lib/module.c
Compiling lib/events.c
Compiling ../lib/tevent/tevent.c
Compiling ../lib/tevent/tevent_debug.c
Compiling ../lib/tevent/tevent_util.c
Compiling ../lib/tevent/tevent_fd.c
Compiling ../lib/tevent/tevent_timed.c
Compiling ../lib/tevent/tevent_immediate.c
Compiling ../lib/tevent/tevent_signal.c
Compiling ../lib/tevent/tevent_req.c
Compiling ../lib/tevent/tevent_wakeup.c
Compiling ../lib/tevent/tevent_queue.c
Compiling ../lib/tevent/tevent_standard.c
Compiling ../lib/tevent/tevent_select.c
Compiling ../lib/tevent/tevent_poll.c
Compiling ../lib/tevent/tevent_epoll.c
Compiling lib/server_contexts.c
Compiling lib/ldap_escape.c
Compiling lib/secdesc.c
Compiling ../libcli/security/access_check.c
Compiling ../libcli/security/secace.c
Compiling ../libcli/security/object_tree.c
Compiling ../libcli/security/sddl.c
Compiling ../libcli/security/secacl.c
Compiling lib/fncall.c
Compiling libads/krb5_errs.c
Compiling lib/system_smbd.c
Compiling lib/audit.c
Compiling ../librpc/ndr/ndr_basic.c
Compiling ../librpc/ndr/ndr.c
Compiling ../librpc/ndr/ndr_misc.c
Compiling librpc/gen_ndr/ndr_misc.c
Compiling librpc/gen_ndr/ndr_security.c
Compiling ../librpc/ndr/ndr_sec_helper.c
Compiling ../librpc/ndr/ndr_string.c
Compiling ../librpc/ndr/uuid.c
Compiling librpc/ndr/util.c
Compiling librpc/gen_ndr/ndr_server_id.c
Compiling librpc/gen_ndr/ndr_dcerpc.c
Compiling lib/file_id.c
Compiling lib/idmap_cache.c
Compiling ../libcli/security/dom_sid.c
Compiling ../libcli/security/security_descriptor.c
Compiling ../libcli/security/security_token.c
Compiling ../libcli/security/util_sid.c
Compiling lib/dummysmbd.c
Compiling lib/dummyroot.c
Compiling libsmb/clientgen.c
Compiling libsmb/cliconnect.c
Compiling libsmb/clifile.c
Compiling libsmb/clikrb5.c
Compiling libsmb/clispnego.c
Compiling ../libcli/auth/spnego_parse.c
Compiling ../lib/util/asn1.c
Compiling libsmb/clirap.c
Compiling libsmb/clierror.c
Compiling libsmb/climessage.c
Compiling libsmb/clireadwrite.c
Compiling libsmb/clilist.c
Compiling libsmb/cliprint.c
Compiling libsmb/clitrans.c
Compiling libsmb/clisecdesc.c
Compiling libsmb/clidgram.c
Compiling libsmb/clistr.c
Compiling libsmb/cliquota.c
Compiling libsmb/clifsinfo.c
Compiling libsmb/clidfs.c
Compiling libsmb/clioplock.c
Compiling libsmb/clirap2.c
Compiling libsmb/smb_seal.c
Compiling libsmb/async_smb.c
Compiling libsmb/cli_np_tstream.c
Compiling libsmb/smbsock_connect.c
Compiling ../libcli/auth/ntlm_check.c
Compiling libsmb/ntlmssp.c
Compiling libsmb/ntlmssp_wrap.c
Compiling ../libcli/auth/ntlmssp.c
Compiling ../libcli/auth/ntlmssp_sign.c
Compiling librpc/gen_ndr/ndr_ntlmssp.c
Compiling ../librpc/ndr/ndr_ntlmssp.c
Compiling ../libcli/auth/ntlmssp_ndr.c
Compiling ../libcli/auth/ntlmssp_server.c
Compiling libsmb/nterr.c
Compiling libsmb/smberr.c
Compiling ../libcli/util/doserr.c
Compiling libsmb/errormap.c
Compiling ../librpc/rpc/dcerpc_error.c
Compiling ../libcli/auth/smbdes.c
Compiling ../libcli/auth/smbencrypt.c
Compiling ../libcli/auth/msrpc_parse.c
Compiling ../libcli/auth/session.c
Compiling passdb/secrets.c
Compiling passdb/machine_account_secrets.c
Compiling passdb/machine_sid.c
Compiling librpc/gen_ndr/ndr_secrets.c
Compiling libsmb/unexpected.c
Compiling libsmb/namecache.c
Compiling libsmb/nmblib.c
Compiling libsmb/namequery.c
Compiling ../libcli/nbt/lmhosts.c
Compiling libsmb/conncache.c
Compiling libads/dns.c
Compiling libads/sitename_cache.c
Compiling ../libcli/nbt/nbtname.c
Compiling ../libcli/netlogon/netlogon.c
Compiling ../libcli/netlogon/ndr_netlogon.c
Compiling librpc/gen_ndr/ndr_nbt.c
Compiling librpc/gen_ndr/ndr_svcctl.c
Compiling ../librpc/ndr/ndr_svcctl.c
Compiling libads/cldap.c
Compiling ../libcli/cldap/cldap.c
Compiling ../lib/util/idtree.c
Compiling ../libcli/ldap/ldap_message.c
Compiling ../libcli/ldap/ldap_ndr.c
Compiling lib/ldb_compat.c
Compiling ../lib/tsocket/tsocket.c
Compiling ../lib/tsocket/tsocket_helpers.c
Compiling ../lib/tsocket/tsocket_bsd.c
Compiling ../librpc/ndr/ndr_drsuapi.c
Compiling ../librpc/ndr/ndr_compression.c
Compiling librpc/gen_ndr/ndr_drsuapi.c
Compiling ../librpc/ndr/ndr_drsblobs.c
Compiling librpc/gen_ndr/ndr_drsblobs.c
Compiling ../lib/compression/mszip.c
Compiling ../lib/compression/lzxpress.c
Compiling libads/kerberos.c
Compiling libads/ads_status.c
Compiling ../libcli/auth/credentials.c
Compiling ../libcli/auth/schannel_sign.c
Compiling ../libcli/auth/schannel_state_tdb.c
Compiling librpc/gen_ndr/ndr_schannel.c
Compiling ../librpc/ndr/ndr_schannel.c
Compiling rpc_client/cli_pipe.c
Compiling librpc/crypto/gse_krb5.c
Compiling librpc/crypto/gse.c
Compiling librpc/crypto/cli_spnego.c
Compiling librpc/rpc/rpc_common.c
Compiling rpc_client/rpc_transport_np.c
Compiling rpc_client/rpc_transport_sock.c
Compiling rpc_client/rpc_transport_tstream.c
Compiling ../librpc/rpc/binding.c
Compiling ../librpc/rpc/dcerpc_util.c
Compiling ../librpc/rpc/binding_handle.c
Compiling librpc/rpc/dcerpc_helpers.c
Compiling librpc/gen_ndr/ndr_epmapper_c.c
Compiling librpc/gen_ndr/ndr_wkssvc.c
Compiling librpc/gen_ndr/ndr_samr.c
Compiling librpc/gen_ndr/ndr_lsa.c
Compiling librpc/gen_ndr/ndr_dfs.c
Compiling librpc/gen_ndr/ndr_echo.c
Compiling librpc/gen_ndr/ndr_winreg.c
Compiling librpc/gen_ndr/ndr_initshutdown.c
Compiling librpc/gen_ndr/ndr_srvsvc.c
Compiling librpc/gen_ndr/ndr_eventlog.c
Compiling librpc/gen_ndr/ndr_netlogon.c
Compiling ../librpc/ndr/ndr_netlogon.c
Compiling librpc/gen_ndr/ndr_dssetup.c
Compiling librpc/gen_ndr/ndr_epmapper.c
Compiling librpc/gen_ndr/ndr_ntsvcs.c
Compiling librpc/gen_ndr/ndr_spoolss.c
Compiling ../librpc/ndr/ndr_spoolss_buf.c
Compiling passdb/pdb_get_set.c
Compiling passdb/passdb.c
Compiling passdb/pdb_interface.c
Compiling lib/util_wellknown.c
Compiling lib/util_builtin.c
Compiling passdb/pdb_compat.c
Compiling lib/util_unixsids.c
Compiling passdb/lookup_sid.c
Compiling passdb/login_cache.c
Compiling passdb/pdb_smbpasswd.c
Compiling passdb/pdb_tdb.c
Compiling passdb/pdb_wbc_sam.c
Compiling passdb/account_pol.c
Compiling lib/privileges.c
Compiling lib/util_nscd.c
Compiling lib/winbind_util.c
Compiling lib/server_mutex.c
Compiling passdb/pdb_util.c
Compiling groupdb/mapping.c
Compiling groupdb/mapping_tdb.c
Compiling librpc/gen_ndr/ndr_srvsvc_c.c
Compiling librpc/gen_ndr/ndr_lsa_c.c
Compiling rpc_client/cli_lsarpc.c
Compiling rpc_client/init_lsa.c
Linking non-shared library bin/libsmbclient.a
BusyBox v1.14.2 (2009-11-27 09:33:24 KST) multi-call binary
Usage: ar [-o] [-v] [-p] [-t] [-x] ARCHIVE FILES
Extract or list FILES from an ar archive
Options:
 -o Preserve original dates
 -p Extract to stdout
 -t List
 -x Extract
 -v Verbose
make: [bin/libsmbclient.a] Error 1 (ignored)
Compiling libsmb/smb_share_modes.c
Linking non-shared library bin/libsmbsharemodes.a
BusyBox v1.14.2 (2009-11-27 09:33:24 KST) multi-call binary
Usage: ar [-o] [-v] [-p] [-t] [-x] ARCHIVE FILES
Extract or list FILES from an ar archive
Options:
 -o Preserve original dates
 -p Extract to stdout
 -t List
 -x Extract
 -v Verbose
make: [bin/libsmbsharemodes.a] Error 1 (ignored)
Compiling smbd/server_reload.c
Compiling smbd/files.c
Compiling smbd/connection.c
Compiling smbd/utmp.c
Compiling smbd/session.c
Compiling smbd/dfree.c
Compiling smbd/dir.c
Compiling smbd/password.c
Compiling smbd/conn.c
Compiling smbd/share_access.c
Compiling smbd/fileio.c
Compiling smbd/ipc.c
Compiling smbd/lanman.c
Compiling smbd/negprot.c
Compiling smbd/message.c
Compiling smbd/nttrans.c
Compiling smbd/pipes.c
Compiling smbd/reply.c
Compiling smbd/sesssetup.c
Compiling smbd/trans2.c
Compiling smbd/uid.c
Compiling smbd/dosmode.c
Compiling smbd/filename.c
Compiling smbd/open.c
Compiling smbd/close.c
Compiling smbd/blocking.c
Compiling smbd/sec_ctx.c
Compiling smbd/srvstr.c
Compiling smbd/vfs.c
Compiling smbd/perfcount.c
Compiling smbd/statcache.c
Compiling smbd/seal.c
Compiling smbd/posix_acls.c
Compiling lib/sysacls.c
Compiling smbd/process.c
Compiling smbd/service.c
Compiling smbd/error.c
Compiling rpc_server/epmd.c
Compiling printing/printspoolss.c
Compiling printing/spoolssd.c
Compiling lib/sysquotas.c
Compiling lib/sysquotas_linux.c
Compiling lib/sysquotas_xfs.c
Compiling lib/sysquotas_4A.c
Compiling lib/sysquotas_nfs.c
Compiling smbd/fake_file.c
Compiling smbd/quotas.c
Compiling smbd/ntquotas.c
Compiling lib/afs.c
Compiling smbd/msdfs.c
Compiling lib/afs_settoken.c
Compiling smbd/aio.c
Compiling smbd/statvfs.c
Compiling smbd/dmapi.c
Compiling smbd/signing.c
Compiling smbd/file_access.c
Compiling smbd/dnsregister.c
Compiling smbd/globals.c
Compiling smbd/smb2_server.c
Compiling smbd/smb2_signing.c
Compiling smbd/smb2_glue.c
Compiling smbd/smb2_negprot.c
Compiling smbd/smb2_sesssetup.c
Compiling smbd/smb2_tcon.c
Compiling smbd/smb2_create.c
Compiling smbd/smb2_close.c
Compiling smbd/smb2_flush.c
Compiling smbd/smb2_read.c
Compiling smbd/smb2_write.c
Compiling smbd/smb2_lock.c
Compiling smbd/smb2_ioctl.c
Compiling smbd/smb2_keepalive.c
Compiling smbd/smb2_find.c
Compiling smbd/smb2_notify.c
Compiling smbd/smb2_getinfo.c
Compiling smbd/smb2_setinfo.c
Compiling smbd/smb2_break.c
Compiling ../libcli/smb/smb2_create_blob.c
Compiling smbd/mangle.c
Compiling smbd/mangle_hash.c
Compiling smbd/mangle_hash2.c
Compiling modules/vfs_default.c
Compiling modules/vfs_posixacl.c
Compiling rpc_server/lsa/srv_lsa_nt.c
Compiling librpc/gen_ndr/srv_lsa.c
Compiling rpc_server/winreg/srv_winreg_nt.c
Compiling librpc/gen_ndr/srv_winreg.c
Compiling librpc/gen_ndr/srv_initshutdown.c
Compiling rpc_server/initshutdown/srv_initshutdown_nt.c
Compiling rpc_server/dssetup/srv_dssetup_nt.c
Compiling librpc/gen_ndr/srv_dssetup.c
Compiling librpc/gen_ndr/srv_wkssvc.c
Compiling rpc_server/wkssvc/srv_wkssvc_nt.c
Compiling rpc_server/svcctl/srv_svcctl_nt.c
Compiling rpc_server/svcctl/srv_svcctl_reg.c
Compiling librpc/gen_ndr/srv_svcctl.c
Compiling services/svc_winreg_glue.c
Compiling services/svc_spoolss.c
Compiling services/svc_rcinit.c
Compiling services/svc_netlogon.c
Compiling services/svc_winreg.c
Compiling services/svc_wins.c
Compiling rpc_server/ntsvcs/srv_ntsvcs_nt.c
Compiling librpc/gen_ndr/srv_ntsvcs.c
Compiling rpc_server/netlogon/srv_netlog_nt.c
Compiling librpc/gen_ndr/srv_netlogon.c
Compiling librpc/gen_ndr/srv_dfs.c
Compiling rpc_server/dfs/srv_dfs_nt.c
Compiling rpc_server/srvsvc/srv_srvsvc_nt.c
Compiling librpc/gen_ndr/srv_srvsvc.c
Compiling rpc_server/spoolss/srv_spoolss_nt.c
Compiling rpc_server/spoolss/srv_spoolss_util.c
Compiling librpc/gen_ndr/srv_spoolss.c
Compiling rpc_server/eventlog/srv_eventlog_nt.c
Compiling rpc_server/eventlog/srv_eventlog_reg.c
Compiling lib/eventlog/eventlog.c
Compiling librpc/gen_ndr/srv_eventlog.c
Compiling rpc_server/samr/srv_samr_nt.c
Compiling rpc_server/samr/srv_samr_util.c
Compiling rpc_server/samr/srv_samr_chgpasswd.c
Compiling librpc/gen_ndr/srv_samr.c
Compiling rpc_server/echo/srv_echo_nt.c
Compiling librpc/gen_ndr/srv_echo.c
Compiling rpc_server/epmapper/srv_epmapper.c
Compiling librpc/gen_ndr/srv_epmapper.c
Compiling rpc_server/srv_pipe.c
Compiling rpc_server/srv_pipe_hnd.c
Compiling rpc_server/srv_pipe_register.c
Compiling rpc_server/rpc_ncacn_np.c
Compiling rpc_server/rpc_handles.c
Compiling rpc_server/srv_access_check.c
Compiling rpc_server/rpc_server.c
Compiling rpc_server/dcesrv_ntlmssp.c
Compiling rpc_server/dcesrv_gssapi.c
Compiling rpc_server/dcesrv_spnego.c
Compiling ../libcli/named_pipe_auth/npa_tstream.c
Compiling librpc/gen_ndr/ndr_named_pipe_auth.c
Compiling ../auth/auth_sam_reply.c
Compiling librpc/gen_ndr/ndr_auth.c
Compiling librpc/gen_ndr/ndr_spoolss_c.c
Compiling rpc_client/cli_spoolss.c
Compiling rpc_client/init_spoolss.c
Compiling rpc_client/cli_winreg_spoolss.c
Compiling printing/nt_printing_os2.c
Compiling librpc/gen_ndr/ndr_winreg_c.c
Compiling rpc_client/cli_winreg.c
Compiling rpc_client/cli_winreg_int.c
Compiling librpc/gen_ndr/ndr_samr_c.c
Compiling rpc_client/cli_samr.c
Compiling librpc/gen_ndr/ndr_netlogon_c.c
Compiling rpc_client/cli_netlogon.c
Compiling rpc_client/util_netlogon.c
Compiling rpc_server/rpc_ep_setup.c
Compiling librpc/rpc/dcerpc_ep.c
Compiling rpc_client/cli_pipe_schannel.c
Compiling rpc_client/init_netlogon.c
Compiling rpc_client/init_samr.c
Compiling locking/locking.c
Compiling locking/brlock.c
Compiling locking/posix.c
Compiling printing/pcap.c
Compiling printing/print_svid.c
Compiling printing/print_aix.c
Compiling printing/print_cups.c
Compiling printing/print_generic.c
Compiling printing/lpq_parse.c
Compiling printing/load.c
Compiling printing/print_iprint.c
Compiling printing/print_standard.c
Compiling printing/printer_list.c
Compiling librpc/gen_ndr/ndr_printcap.c
Compiling profile/profile.c
Compiling printing/printing.c
Compiling printing/nt_printing.c
Compiling printing/nt_printing_tdb.c
Compiling printing/nt_printing_migrate.c
Compiling printing/nt_printing_migrate_internal.c
Compiling printing/nt_printing_ads.c
Compiling librpc/gen_ndr/ndr_ntprinting.c
Compiling ../librpc/ndr/ndr_ntprinting.c
Compiling printing/notify.c
Compiling printing/printing_db.c
Compiling smbd/oplock.c
Compiling smbd/oplock_irix.c
Compiling smbd/oplock_linux.c
Compiling smbd/oplock_onefs.c
Compiling smbd/notify.c
Compiling smbd/notify_inotify.c
Compiling smbd/notify_internal.c
Compiling librpc/gen_ndr/ndr_notify.c
Compiling librpc/gen_ndr/ndr_file_id.c
Compiling lib/filename_util.c
Compiling auth/auth.c
Compiling auth/auth_sam.c
Compiling auth/check_samsec.c
Compiling auth/auth_unix.c
Compiling auth/auth_winbind.c
Compiling auth/auth_wbc.c
Compiling auth/auth_server.c
Compiling auth/auth_domain.c
Compiling auth/auth_builtin.c
Compiling auth/auth_util.c
Compiling auth/token_util.c
Compiling auth/server_info.c
Compiling auth/server_info_sam.c
Compiling auth/user_info.c
Compiling auth/user_util.c
Compiling auth/user_krb5.c
Compiling auth/auth_compat.c
Compiling auth/auth_ntlmssp.c
Compiling auth/pampass.c
Compiling auth/pass_check.c
auth/pass_check.c: In function ‘pass_check’:
auth/pass_check.c:885: warning: passing argument 4 of ‘string_combinations’ discards qualifiers from pointer target type
Compiling ../libcli/auth/pam_errors.c
Compiling libsmb/samlogon_cache.c
Compiling libsmb/namequery_dc.c
Compiling libsmb/trustdom_cache.c
Compiling libsmb/trusts_util.c
Compiling libsmb/dsgetdcname.c
Compiling libads/ldap.c
Compiling libads/sasl.c
Compiling libads/sasl_wrapping.c
Compiling libads/krb5_setpw.c
Compiling libads/kerberos_util.c
Compiling libads/ldap_user.c
Compiling libads/ads_struct.c
Compiling libads/kerberos_keytab.c
Compiling libads/disp_sec.c
Compiling libads/ldap_utils.c
Compiling libads/ldap_schema.c
Compiling libads/util.c
Compiling libads/ndr.c
Compiling libads/kerberos_verify.c
Compiling libads/authdata.c
Compiling ../librpc/ndr/ndr_krb5pac.c
Compiling librpc/gen_ndr/ndr_krb5pac.c
Compiling libads/ldap_printer.c
Compiling registry/reg_backend_printing.c
Compiling registry/reg_backend_shares.c
Compiling registry/reg_backend_netlogon_params.c
Compiling registry/reg_backend_prod_options.c
Compiling registry/reg_backend_tcpip_params.c
Compiling registry/reg_backend_hkpt_params.c
Compiling registry/reg_backend_current_version.c
Compiling registry/reg_backend_perflib.c
Compiling registry/reg_init_full.c
Compiling registry/reg_perfcount.c
Compiling librpc/gen_ndr/ndr_perfcount.c
Compiling lib/popt_common.c
Generating smbd/build_options.c
Building include/build_env.h
Compiling smbd/build_options.c
Compiling libnet/libnet_join.c
Compiling libnet/libnet_keytab.c
Compiling librpc/gen_ndr/ndr_libnet_join.c
Compiling registry/regfio.c
Compiling registry/reg_parse_prs.c
Compiling registry/reg_api_regf.c
Compiling librpc/gen_ndr/ndr_xattr.c
Compiling ../librpc/ndr/ndr_xattr.c
Compiling smbd/server.c
Compiling smbd/server_exit.c
Compiling smbd/msg_idmap.c
Linking bin/smbd
/usr/lib/gcc/armv5tejl-softfloat-linux-gnueabi/4.2.4/../../../../armv5tejl-softfloat-linux-gnueabi/bin/ld: cannot find -ltalloc
collect2: ld returned 1 exit status
make: *** [bin/smbd] Error 1
/home/tmp/samba-3.6.15/source3#
 
 
 
I'm a little desperate.
Can you help me?
Thanks
&lt;/pre&gt;</description>
    <dc:creator>kiko seis</dc:creator>
    <dc:date>2013-05-17T12:23:57</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.network.samba.general/130745">
    <title>question about "ignore system acls"</title>
    <link>http://comments.gmane.org/gmane.network.samba.general/130745</link>
    <description>&lt;pre&gt;Hi,

Recently I'm trying Samba over Ceph (kernel client) mount. I encounter 
error when I add permission to file/directory for an additional user 
from Windows Explorer. Since Ceph does not support posix ACL operation 
for now, I was thinking that vfs_acl_xattr/vfs_acl_tdb with option 
"ignore system acls = yes" can workaround this issue but fail. From the 
man page of vfs_acl_xattr:

When set to yes, a best effort mapping from/to the POSIX ACL layer will 
not be done by this module. The default is no, which means that Samba 
keeps setting and evaluating both the system ACLs and the NT ACLs. This 
is better if you need your system ACLs be set for local or NFS file 
access, too. If you only access the data via Samba you might set this to 
yes to achieve better NT ACL compatibility.

 From the description, I thought if I set it to yes it will skip/ignore 
the setting of system ACL and only store NT ACL in xattr. However, the 
error still appear in Samba log:

acl_set_file failed: Operation not supported

even after I set it to yes. Following is my share definition:

[test]
vfs objects = acl_xattr
acl_xattr: ignore system acls = yes
available = yes
path = /mnt/ceph/test
browseable = yes
read only = no
guest ok = no
create mask = 0644
directory mask = 0755
valid users =

Can someone tell me what I had done wrong? Did I misunderstand the 
option or my configuration is in incorrect format? Thanks a lot!

BTW, I'm using version 3.6.3 on Ubuntu Precise.

Best regards,
Alex

&lt;/pre&gt;</description>
    <dc:creator>Alex Chu</dc:creator>
    <dc:date>2013-05-17T08:14:54</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.network.samba.general/130740">
    <title>Failure to join existing domain Windows 2003 Server domain</title>
    <link>http://comments.gmane.org/gmane.network.samba.general/130740</link>
    <description>&lt;pre&gt;I compiled samba-4.0.5 from source on Ubuntu 12.04 and was following the instructions here:

http://wiki.samba.org/index.php/Samba4/HOWTO/Join_a_domain_as_a_DC

The exact command I executed was:

root&amp;lt; at &amp;gt;va-dc:/usr/local/samba# bin/samba-tool domain join win.starpoint.com&amp;lt;http://win.starpoint.com&amp;gt; DC -Uadministrator --realm=win.starpoint.com&amp;lt;http://win.starpoint.com&amp;gt; --dns-backend=BIND9_DLZ --workgroup win --server va-bdc.win.starpoint.com&amp;lt;http://va-bdc.win.starpoint.com&amp;gt;

I added the server parameter to force the replication to use a DC local to me.

The join seemed to be going along fine until I hit this error:

Partition[CN=Configuration,DC=WIN,DC=STARPOINT,DC=COM] objects[2321] linked_values[0]
Partition[CN=Configuration,DC=WIN,DC=STARPOINT,DC=COM] objects[2497] linked_values[53]
Failed to apply records: Failed to find GUID for (null): Invalid DN syntax
Failed to commit objects: WERR_GENERAL_FAILURE
Join failed - cleaning up
checking sAMAccountName
Deleted CN=VA-DC,OU=Domain Controllers,DC=WIN,DC=STARPOINT,DC=COM
Deleted CN=NTDS Settings,CN=VA-DC,CN=Servers,CN=Default-First-Site-Name,CN=Sites,CN=Configuration,DC=WIN,DC=STARPOINT,DC=COM
Deleted CN=VA-DC,CN=Servers,CN=Default-First-Site-Name,CN=Sites,CN=Configuration,DC=WIN,DC=STARPOINT,DC=COM
ERROR(&amp;lt;type 'exceptions.TypeError'&amp;gt;): uncaught exception - Failed to process chunk: NT_STATUS_UNSUCCESSFUL
  File "/usr/local/samba/lib/python2.7/site-packages/samba/netcmd/__init__.py", line 175, in _run
    return self.run(*args, **kwargs)
  File "/usr/local/samba/lib/python2.7/site-packages/samba/netcmd/domain.py", line 552, in run
    machinepass=machinepass, use_ntvfs=use_ntvfs, dns_backend=dns_backend)
  File "/usr/local/samba/lib/python2.7/site-packages/samba/join.py", line 1104, in join_DC
    ctx.do_join()
  File "/usr/local/samba/lib/python2.7/site-packages/samba/join.py", line 1009, in do_join
    ctx.join_replicate()
  File "/usr/local/samba/lib/python2.7/site-packages/samba/join.py", line 734, in join_replicate
    replica_flags=ctx.replica_flags)
  File "/usr/local/samba/lib/python2.7/site-packages/samba/drs_utils.py", line 252, in replicate
    schema=schema, req_level=req_level, req=req)

I reran the command a few times specifying slightly higher debug levels (1,2,3) but didn't get any more information just before the exception but I did see warnings like this:

Analyze and apply schema objects
../source4/dsdb/schema/schema_syntax.c:1021: Unknown governsID 0x00030006
Warning: Failed to convert schema object CN=ms-Exch-MHS-Link-Monitoring-Config,CN=Schema,CN=Configuration,DC=WIN,DC=STARPOINT,DC=COM into ldb msg
../source4/dsdb/schema/schema_syntax.c:1021: Unknown governsID 0x00030006
Warning: Failed to convert schema object CN=ms-Exch-MHS-Server-Monitoring-Config,CN=Schema,CN=Configuration,DC=WIN,DC=STARPOINT,DC=COM into ldb msg
../source4/dsdb/schema/schema_syntax.c:1021: Unknown governsID 0x00030041
Warning: Failed to convert schema object CN=ms-Exch-Protocol-Cfg-Shared-Site,CN=Schema,CN=Configuration,DC=WIN,DC=STARPOINT,DC=COM into ldb msg
../source4/dsdb/schema/schema_syntax.c:1021: Unknown governsID 0x00030002
Warning: Failed to convert schema object CN=ms-Exch-DX-Requestor,CN=Schema,CN=Configuration,DC=WIN,DC=STARPOINT,DC=COM into ldb msg

What should I do to further troubleshoot this?

Thanks in advance for any suggestions.

Tony Nelson
Starpoint Solutions

Below is the entire output of the command in case I missed anything useful.

root&amp;lt; at &amp;gt;va-dc:/usr/local/samba# bin/samba-tool domain join win.starpoint.com&amp;lt;http://win.starpoint.com&amp;gt; DC -Uadministrator --realm=win.starpoint.com&amp;lt;http://win.starpoint.com&amp;gt; --dns-backend=BIND9_DLZ --workgroup win --server va-bdc.win.starpoint.com&amp;lt;http://va-bdc.win.starpoint.com&amp;gt; -d 3
lpcfg_load: refreshing parameters from /usr/local/samba/etc/smb.conf
params.c:pm_process() - Processing configuration file "/usr/local/samba/etc/smb.conf"
GENSEC backend 'gssapi_spnego' registered
GENSEC backend 'gssapi_krb5' registered
GENSEC backend 'gssapi_krb5_sasl' registered
GENSEC backend 'schannel' registered
GENSEC backend 'spnego' registered
GENSEC backend 'ntlmssp' registered
GENSEC backend 'krb5' registered
GENSEC backend 'fake_gssapi_krb5' registered
Password for [WIN\administrator]:
workgroup is WIN
realm is WIN.STARPOINT.COM&amp;lt;http://WIN.STARPOINT.COM&amp;gt;
checking sAMAccountName
Adding CN=VA-DC,OU=Domain Controllers,DC=WIN,DC=STARPOINT,DC=COM
Adding CN=VA-DC,CN=Servers,CN=Default-First-Site-Name,CN=Sites,CN=Configuration,DC=WIN,DC=STARPOINT,DC=COM
Adding CN=NTDS Settings,CN=VA-DC,CN=Servers,CN=Default-First-Site-Name,CN=Sites,CN=Configuration,DC=WIN,DC=STARPOINT,DC=COM
Using binding ncacn_ip_tcp:va-bdc.win.starpoint.com&amp;lt;http://bdc.win.starpoint.com&amp;gt;[,seal]
Adding SPNs to CN=VA-DC,OU=Domain Controllers,DC=WIN,DC=STARPOINT,DC=COM
Setting account password for VA-DC$
Enabling account
Calling bare provision
lpcfg_load: refreshing parameters from /usr/local/samba/etc/smb.conf
params.c:pm_process() - Processing configuration file "/usr/local/samba/etc/smb.conf"
More than one IPv4 address found. Using 192.168.15.15
No IPv6 address will be assigned
lp_load_ex: refreshing parameters
Initialising global parameters
rlimit_max: increasing rlimit_max (1024) to minimum Windows limit (16384)
params.c:pm_process() - Processing configuration file "/usr/local/samba/etc/smb.conf"
Processing section "[global]"
Provision OK for domain DN DC=WIN,DC=STARPOINT,DC=COM
Starting replication
Schema-DN[CN=Schema,CN=Configuration,DC=WIN,DC=STARPOINT,DC=COM] objects[402] linked_values[0]
Schema-DN[CN=Schema,CN=Configuration,DC=WIN,DC=STARPOINT,DC=COM] objects[804] linked_values[0]
Schema-DN[CN=Schema,CN=Configuration,DC=WIN,DC=STARPOINT,DC=COM] objects[1206] linked_values[0]
Schema-DN[CN=Schema,CN=Configuration,DC=WIN,DC=STARPOINT,DC=COM] objects[1608] linked_values[0]
Schema-DN[CN=Schema,CN=Configuration,DC=WIN,DC=STARPOINT,DC=COM] objects[2010] linked_values[0]
Schema-DN[CN=Schema,CN=Configuration,DC=WIN,DC=STARPOINT,DC=COM] objects[2412] linked_values[0]
Schema-DN[CN=Schema,CN=Configuration,DC=WIN,DC=STARPOINT,DC=COM] objects[2814] linked_values[0]
Schema-DN[CN=Schema,CN=Configuration,DC=WIN,DC=STARPOINT,DC=COM] objects[3215] linked_values[0]
Schema-DN[CN=Schema,CN=Configuration,DC=WIN,DC=STARPOINT,DC=COM] objects[3576] linked_values[0]
Analyze and apply schema objects
../source4/dsdb/schema/schema_syntax.c:1021: Unknown governsID 0x00030006
Warning: Failed to convert schema object CN=ms-Exch-MHS-Link-Monitoring-Config,CN=Schema,CN=Configuration,DC=WIN,DC=STARPOINT,DC=COM into ldb msg
../source4/dsdb/schema/schema_syntax.c:1021: Unknown governsID 0x00030006
Warning: Failed to convert schema object CN=ms-Exch-MHS-Server-Monitoring-Config,CN=Schema,CN=Configuration,DC=WIN,DC=STARPOINT,DC=COM into ldb msg
../source4/dsdb/schema/schema_syntax.c:1021: Unknown governsID 0x00030041
Warning: Failed to convert schema object CN=ms-Exch-Protocol-Cfg-Shared-Site,CN=Schema,CN=Configuration,DC=WIN,DC=STARPOINT,DC=COM into ldb msg
../source4/dsdb/schema/schema_syntax.c:1021: Unknown governsID 0x00030002
Warning: Failed to convert schema object CN=ms-Exch-DX-Requestor,CN=Schema,CN=Configuration,DC=WIN,DC=STARPOINT,DC=COM into ldb msg
../source4/dsdb/schema/schema_syntax.c:1021: Unknown governsID 0x00030002
Warning: Failed to convert schema object CN=ms-Exch-DX-Server-Conn,CN=Schema,CN=Configuration,DC=WIN,DC=STARPOINT,DC=COM into ldb msg
../source4/dsdb/schema/schema_syntax.c:1021: Unknown governsID 0x44F28365
Warning: Failed to convert schema object CN=ms-Exch-Recipient-Policy-Container,CN=Schema,CN=Configuration,DC=WIN,DC=STARPOINT,DC=COM into ldb msg
../source4/dsdb/schema/schema_syntax.c:1021: Unknown governsID 0x44F28365
Warning: Failed to convert schema object CN=ms-Exch-System-Policy-Container,CN=Schema,CN=Configuration,DC=WIN,DC=STARPOINT,DC=COM into ldb msg
../source4/dsdb/schema/schema_syntax.c:1021: Unknown governsID 0x44F28366
Warning: Failed to convert schema object CN=ms-Exch-Recipient-Policy,CN=Schema,CN=Configuration,DC=WIN,DC=STARPOINT,DC=COM into ldb msg
../source4/dsdb/schema/schema_syntax.c:1021: Unknown governsID 0x44F28366
Warning: Failed to convert schema object CN=ms-Exch-System-Policy,CN=Schema,CN=Configuration,DC=WIN,DC=STARPOINT,DC=COM into ldb msg
../source4/dsdb/schema/schema_syntax.c:1021: Unknown governsID 0x00030041
Warning: Failed to convert schema object CN=ms-Exch-Protocol-Cfg-Shared-Server,CN=Schema,CN=Configuration,DC=WIN,DC=STARPOINT,DC=COM into ldb msg
../source4/dsdb/schema/schema_syntax.c:1021: Unknown governsID 0x44F28359
Warning: Failed to convert schema object CN=ms-Exch-Exchange-Server-Policy,CN=Schema,CN=Configuration,DC=WIN,DC=STARPOINT,DC=COM into ldb msg
../source4/dsdb/schema/schema_syntax.c:1021: Unknown governsID 0x2AF8232A
Warning: Failed to convert schema object CN=ms-Exch-MCU-Container,CN=Schema,CN=Configuration,DC=WIN,DC=STARPOINT,DC=COM into ldb msg
../source4/dsdb/schema/schema_syntax.c:1021: Unknown governsID 0x00030044
Warning: Failed to convert schema object CN=ms-Exch-Protocol-Cfg-HTTP,CN=Schema,CN=Configuration,DC=WIN,DC=STARPOINT,DC=COM into ldb msg
../source4/dsdb/schema/schema_syntax.c:1021: Unknown governsID 0x00030044
Warning: Failed to convert schema object CN=ms-Exch-Protocol-Cfg-IMAP,CN=Schema,CN=Configuration,DC=WIN,DC=STARPOINT,DC=COM into ldb msg
../source4/dsdb/schema/schema_syntax.c:1021: Unknown governsID 0x00030044
Warning: Failed to convert schema object CN=ms-Exch-Protocol-Cfg-LDAP,CN=Schema,CN=Configuration,DC=WIN,DC=STARPOINT,DC=COM into ldb msg
../source4/dsdb/schema/schema_syntax.c:1021: Unknown governsID 0x00030044
Warning: Failed to convert schema object CN=ms-Exch-Protocol-Cfg-NNTP,CN=Schema,CN=Configuration,DC=WIN,DC=STARPOINT,DC=COM into ldb msg
../source4/dsdb/schema/schema_syntax.c:1021: Unknown governsID 0x00030044
Warning: Failed to convert schema object CN=ms-Exch-Protocol-Cfg-POP,CN=Schema,CN=Configuration,DC=WIN,DC=STARPOINT,DC=COM into ldb msg
../source4/dsdb/schema/schema_syntax.c:1021: Unknown governsID 0x00030044
Warning: Failed to convert schema object CN=ms-Exch-Protocol-Cfg-SMTP,CN=Schema,CN=Configuration,DC=WIN,DC=STARPOINT,DC=COM into ldb msg
../source4/dsdb/schema/schema_syntax.c:1021: Unknown governsID 0x2AF82AFA
Warning: Failed to convert schema object CN=ms-Exch-Public-MDB,CN=Schema,CN=Configuration,DC=WIN,DC=STARPOINT,DC=COM into ldb msg
../source4/dsdb/schema/schema_syntax.c:1021: Unknown governsID 0x2AF8232A
Warning: Failed to convert schema object CN=ms-Exch-Ip-Conf-Container,CN=Schema,CN=Configuration,DC=WIN,DC=STARPOINT,DC=COM into ldb msg
../source4/dsdb/schema/schema_syntax.c:1021: Unknown governsID 0x00030044
Warning: Failed to convert schema object CN=ms-Exch-Protocol-Cfg-IM,CN=Schema,CN=Configuration,DC=WIN,DC=STARPOINT,DC=COM into ldb msg
../source4/dsdb/schema/schema_syntax.c:1021: Unknown governsID 0x0003003E
Warning: Failed to convert schema object CN=ms-Exch-Schedule-Plus-Connector,CN=Schema,CN=Configuration,DC=WIN,DC=STARPOINT,DC=COM into ldb msg
../source4/dsdb/schema/schema_syntax.c:1021: Unknown governsID 0x2AF82EE4
Warning: Failed to convert schema object CN=ms-Exch-Mail-Gateway,CN=Schema,CN=Configuration,DC=WIN,DC=STARPOINT,DC=COM into ldb msg
../source4/dsdb/schema/schema_syntax.c:1021: Unknown governsID 0x2AF82AFC
Warning: Failed to convert schema object CN=ms-Exch-Private-MDB-Policy,CN=Schema,CN=Configuration,DC=WIN,DC=STARPOINT,DC=COM into ldb msg
../source4/dsdb/schema/schema_syntax.c:1021: Unknown governsID 0x0003004F
Warning: Failed to convert schema object CN=ms-Exch-Protocol-Cfg-HTTP-Site,CN=Schema,CN=Configuration,DC=WIN,DC=STARPOINT,DC=COM into ldb msg
../source4/dsdb/schema/schema_syntax.c:1021: Unknown governsID 0x00030054
Warning: Failed to convert schema object CN=ms-Exch-Protocol-Cfg-IMAP-Policy,CN=Schema,CN=Configuration,DC=WIN,DC=STARPOINT,DC=COM into ldb msg
../source4/dsdb/schema/schema_syntax.c:1021: Unknown governsID 0x00030054
Warning: Failed to convert schema object CN=ms-Exch-Protocol-Cfg-IMAP-Site,CN=Schema,CN=Configuration,DC=WIN,DC=STARPOINT,DC=COM into ldb msg
../source4/dsdb/schema/schema_syntax.c:1021: Unknown governsID 0x0003004B
Warning: Failed to convert schema object CN=ms-Exch-Protocol-Cfg-LDAP-Server,CN=Schema,CN=Configuration,DC=WIN,DC=STARPOINT,DC=COM into ldb msg
../source4/dsdb/schema/schema_syntax.c:1021: Unknown governsID 0x0003004B
Warning: Failed to convert schema object CN=ms-Exch-Protocol-Cfg-LDAP-Site,CN=Schema,CN=Configuration,DC=WIN,DC=STARPOINT,DC=COM into ldb msg
../source4/dsdb/schema/schema_syntax.c:1021: Unknown governsID 0x00030048
Warning: Failed to convert schema object CN=ms-Exch-Protocol-Cfg-NNTP-Site,CN=Schema,CN=Configuration,DC=WIN,DC=STARPOINT,DC=COM into ldb msg
../source4/dsdb/schema/schema_syntax.c:1021: Unknown governsID 0x00030045
Warning: Failed to convert schema object CN=ms-Exch-Protocol-Cfg-POP-Policy,CN=Schema,CN=Configuration,DC=WIN,DC=STARPOINT,DC=COM into ldb msg
../source4/dsdb/schema/schema_syntax.c:1021: Unknown governsID 0x00030045
Warning: Failed to convert schema object CN=ms-Exch-Protocol-Cfg-POP-Site,CN=Schema,CN=Configuration,DC=WIN,DC=STARPOINT,DC=COM into ldb msg
../source4/dsdb/schema/schema_syntax.c:1021: Unknown governsID 0x2AF81389
Warning: Failed to convert schema object CN=ms-Exch-Protocol-Cfg-SMTP-Policy,CN=Schema,CN=Configuration,DC=WIN,DC=STARPOINT,DC=COM into ldb msg
../source4/dsdb/schema/schema_syntax.c:1021: Unknown governsID 0x2AF81389
Warning: Failed to convert schema object CN=ms-Exch-Protocol-Cfg-SMTP-Site,CN=Schema,CN=Configuration,DC=WIN,DC=STARPOINT,DC=COM into ldb msg
../source4/dsdb/schema/schema_syntax.c:1021: Unknown governsID 0x2AF82AFD
Warning: Failed to convert schema object CN=ms-Exch-Public-MDB-Policy,CN=Schema,CN=Configuration,DC=WIN,DC=STARPOINT,DC=COM into ldb msg
../source4/dsdb/schema/schema_syntax.c:1021: Unknown governsID 0x00030012
Warning: Failed to convert schema object CN=ms-Exch-RAS-Stack,CN=Schema,CN=Configuration,DC=WIN,DC=STARPOINT,DC=COM into ldb msg
../source4/dsdb/schema/schema_syntax.c:1021: Unknown governsID 0x00030012
Warning: Failed to convert schema object CN=ms-Exch-RFC1006-Stack,CN=Schema,CN=Configuration,DC=WIN,DC=STARPOINT,DC=COM into ldb msg
../source4/dsdb/schema/schema_syntax.c:1021: Unknown governsID 0x2AF82EE4
Warning: Failed to convert schema object CN=ms-Exch-Site-Connector,CN=Schema,CN=Configuration,DC=WIN,DC=STARPOINT,DC=COM into ldb msg
../source4/dsdb/schema/schema_syntax.c:1021: Unknown governsID 0x00030012
Warning: Failed to convert schema object CN=ms-Exch-TP4-Stack,CN=Schema,CN=Configuration,DC=WIN,DC=STARPOINT,DC=COM into ldb msg
../source4/dsdb/schema/schema_syntax.c:1021: Unknown governsID 0x00030012
Warning: Failed to convert schema object CN=ms-Exch-X25-Stack,CN=Schema,CN=Configuration,DC=WIN,DC=STARPOINT,DC=COM into ldb msg
../source4/dsdb/schema/schema_syntax.c:1021: Unknown governsID 0x2AF82EE4
Warning: Failed to convert schema object CN=ms-Exch-Routing-Group-Connector,CN=Schema,CN=Configuration,DC=WIN,DC=STARPOINT,DC=COM into ldb msg
../source4/dsdb/schema/schema_syntax.c:1021: Unknown governsID 0x2AF807D1
Warning: Failed to convert schema object CN=ms-Exch-Protocol-Cfg-HTTP-Container,CN=Schema,CN=Configuration,DC=WIN,DC=STARPOINT,DC=COM into ldb msg
../source4/dsdb/schema/schema_syntax.c:1021: Unknown governsID 0x2AF807D1
Warning: Failed to convert schema object CN=ms-Exch-Protocol-Cfg-IMAP-Container,CN=Schema,CN=Configuration,DC=WIN,DC=STARPOINT,DC=COM into ldb msg
../source4/dsdb/schema/schema_syntax.c:1021: Unknown governsID 0x2AF807D1
Warning: Failed to convert schema object CN=ms-Exch-Protocol-Cfg-NNTP-Container,CN=Schema,CN=Configuration,DC=WIN,DC=STARPOINT,DC=COM into ldb msg
../source4/dsdb/schema/schema_syntax.c:1021: Unknown governsID 0x2AF807D1
Warning: Failed to convert schema object CN=ms-Exch-Protocol-Cfg-POP-Container,CN=Schema,CN=Configuration,DC=WIN,DC=STARPOINT,DC=COM into ldb msg
../source4/dsdb/schema/schema_syntax.c:1021: Unknown governsID 0x2AF807D1
Warning: Failed to convert schema object CN=ms-Exch-Protocol-Cfg-SMTP-Container,CN=Schema,CN=Configuration,DC=WIN,DC=STARPOINT,DC=COM into ldb msg
../source4/dsdb/schema/schema_syntax.c:1021: Unknown governsID 0x2AF82EE4
Warning: Failed to convert schema object CN=ms-Exch-Replication-Connector,CN=Schema,CN=Configuration,DC=WIN,DC=STARPOINT,DC=COM into ldb msg
../source4/dsdb/schema/schema_syntax.c:1021: Unknown governsID 0x2AF807D1
Warning: Failed to convert schema object CN=ms-Exch-Protocol-Cfg-IM-Container,CN=Schema,CN=Configuration,DC=WIN,DC=STARPOINT,DC=COM into ldb msg
../source4/dsdb/schema/schema_syntax.c:1021: Unknown governsID 0x0003004F
Warning: Failed to convert schema object CN=ms-Exch-Protocol-Cfg-HTTP-Server,CN=Schema,CN=Configuration,DC=WIN,DC=STARPOINT,DC=COM into ldb msg
../source4/dsdb/schema/schema_syntax.c:1021: Unknown governsID 0x00030048
Warning: Failed to convert schema object CN=ms-Exch-Protocol-Cfg-NNTP-Server,CN=Schema,CN=Configuration,DC=WIN,DC=STARPOINT,DC=COM into ldb msg
../source4/dsdb/schema/schema_syntax.c:1021: Unknown governsID 0x2AF81389
Warning: Failed to convert schema object CN=ms-Exch-Protocol-Cfg-SMTP-Server,CN=Schema,CN=Configuration,DC=WIN,DC=STARPOINT,DC=COM into ldb msg
../source4/dsdb/schema/schema_syntax.c:1021: Unknown governsID 0x00030033
Warning: Failed to convert schema object CN=ms-Exch-ccMail-Connector,CN=Schema,CN=Configuration,DC=WIN,DC=STARPOINT,DC=COM into ldb msg
../source4/dsdb/schema/schema_syntax.c:1021: Unknown governsID 0x00030033
Warning: Failed to convert schema object CN=ms-Exch-Mail-Connector,CN=Schema,CN=Configuration,DC=WIN,DC=STARPOINT,DC=COM into ldb msg
../source4/dsdb/schema/schema_syntax.c:1021: Unknown governsID 0x00030033
Warning: Failed to convert schema object CN=ms-Exch-MS-Mail-Connector,CN=Schema,CN=Configuration,DC=WIN,DC=STARPOINT,DC=COM into ldb msg
../source4/dsdb/schema/schema_syntax.c:1021: Unknown governsID 0x00030033
Warning: Failed to convert schema object CN=ms-Exch-Notes-Connector,CN=Schema,CN=Configuration,DC=WIN,DC=STARPOINT,DC=COM into ldb msg
../source4/dsdb/schema/schema_syntax.c:1021: Unknown governsID 0x00030033
Warning: Failed to convert schema object CN=ms-Exch-X400-Link,CN=Schema,CN=Configuration,DC=WIN,DC=STARPOINT,DC=COM into ldb msg
../source4/dsdb/schema/schema_syntax.c:1021: Unknown governsID 0x00030033
Warning: Failed to convert schema object CN=ms-Exch-Calendar-Connector,CN=Schema,CN=Configuration,DC=WIN,DC=STARPOINT,DC=COM into ldb msg
../source4/dsdb/schema/schema_syntax.c:1021: Unknown governsID 0x00030033
Warning: Failed to convert schema object CN=ms-Exch-GroupWise-Connector,CN=Schema,CN=Configuration,DC=WIN,DC=STARPOINT,DC=COM into ldb msg
../source4/dsdb/schema/schema_syntax.c:1021: Unknown governsID 0x00030033
Warning: Failed to convert schema object CN=ms-Exch-OVVM-Connector,CN=Schema,CN=Configuration,DC=WIN,DC=STARPOINT,DC=COM into ldb msg
../source4/dsdb/schema/schema_syntax.c:1021: Unknown governsID 0x00030033
Warning: Failed to convert schema object CN=ms-Exch-SNADS-Connector,CN=Schema,CN=Configuration,DC=WIN,DC=STARPOINT,DC=COM into ldb msg
../source4/dsdb/schema/schema_syntax.c:1021: Unknown governsID 0x2AF81B64
Warning: Failed to convert schema object CN=ms-Exch-Protocol-Cfg-IM-Virtual-Server,CN=Schema,CN=Configuration,DC=WIN,DC=STARPOINT,DC=COM into ldb msg
../source4/dsdb/schema/schema_syntax.c:1021: Unknown governsID 0x00030050
Warning: Failed to convert schema object CN=ms-Exch-Protocol-Cfg-HTTP-Virtual-Directory,CN=Schema,CN=Configuration,DC=WIN,DC=STARPOINT,DC=COM into ldb msg
../source4/dsdb/schema/schema_syntax.c:1021: Unknown governsID 0x0003001D
Warning: Failed to convert schema object CN=ms-Exch-RAS-X400-Link,CN=Schema,CN=Configuration,DC=WIN,DC=STARPOINT,DC=COM into ldb msg
../source4/dsdb/schema/schema_syntax.c:1021: Unknown governsID 0x0003001D
Warning: Failed to convert schema object CN=ms-Exch-RFC1006-X400-Link,CN=Schema,CN=Configuration,DC=WIN,DC=STARPOINT,DC=COM into ldb msg
../source4/dsdb/schema/schema_syntax.c:1021: Unknown governsID 0x0003001D
Warning: Failed to convert schema object CN=ms-Exch-TP4-X400-Link,CN=Schema,CN=Configuration,DC=WIN,DC=STARPOINT,DC=COM into ldb msg
../source4/dsdb/schema/schema_syntax.c:1021: Unknown governsID 0x0003001D
Warning: Failed to convert schema object CN=ms-Exch-X25-X400-Link,CN=Schema,CN=Configuration,DC=WIN,DC=STARPOINT,DC=COM into ldb msg
../source4/dsdb/schema/schema_syntax.c:1021: Unknown governsID 0x44F283C7
Warning: Failed to convert schema object CN=ms-Exch-Recipient-Enforcement-Policy,CN=Schema,CN=Configuration,DC=WIN,DC=STARPOINT,DC=COM into ldb msg
../source4/dsdb/schema/schema_syntax.c:1021: Unknown governsID 0x44F283C7
Warning: Failed to convert schema object CN=ms-Exch-Recipient-Template-Policy,CN=Schema,CN=Configuration,DC=WIN,DC=STARPOINT,DC=COM into ldb msg
../source4/dsdb/schema/schema_syntax.c:1021: Unknown governsID 0x00030033
Warning: Failed to convert schema object CN=ms-Exch-Delivery-Agent-Connector,CN=Schema,CN=Configuration,DC=WIN,DC=STARPOINT,DC=COM into ldb msg
../source4/dsdb/schema/schema_syntax.c:1021: Unknown governsID 0x44F283D2
Warning: Failed to convert schema object CN=ms-Exch-Edge-Sync-Mserv-Connector,CN=Schema,CN=Configuration,DC=WIN,DC=STARPOINT,DC=COM into ldb msg
../source4/dsdb/schema/schema_syntax.c:1021: Unknown governsID 0x44F2838C
Warning: Failed to convert schema object CN=ms-Exch-Auto-Discover-Virtual-Directory,CN=Schema,CN=Configuration,DC=WIN,DC=STARPOINT,DC=COM into ldb msg
../source4/dsdb/schema/schema_syntax.c:1021: Unknown governsID 0x44F2838C
Warning: Failed to convert schema object CN=ms-Exch-Availability-Foreign-Connector-Virtual-Directory,CN=Schema,CN=Configuration,DC=WIN,DC=STARPOINT,DC=COM into ldb msg
../source4/dsdb/schema/schema_syntax.c:1021: Unknown governsID 0x44F2838C
Warning: Failed to convert schema object CN=ms-Exch-ECP-Virtual-Directory,CN=Schema,CN=Configuration,DC=WIN,DC=STARPOINT,DC=COM into ldb msg
../source4/dsdb/schema/schema_syntax.c:1021: Unknown governsID 0x44F28380
Warning: Failed to convert schema object CN=ms-Exch-Mailbox-Recipient-Template,CN=Schema,CN=Configuration,DC=WIN,DC=STARPOINT,DC=COM into ldb msg
../source4/dsdb/schema/schema_syntax.c:1021: Unknown governsID 0x44F283A8
Warning: Failed to convert schema object CN=ms-Exch-Message-Hygiene-Content-Filter-Config,CN=Schema,CN=Configuration,DC=WIN,DC=STARPOINT,DC=COM into ldb msg
../source4/dsdb/schema/schema_syntax.c:1021: Unknown governsID 0x44F283A8
Warning: Failed to convert schema object CN=ms-Exch-Message-Hygiene-IP-Allow-List-Config,CN=Schema,CN=Configuration,DC=WIN,DC=STARPOINT,DC=COM into ldb msg
../source4/dsdb/schema/schema_syntax.c:1021: Unknown governsID 0x44F283A8
Warning: Failed to convert schema object CN=ms-Exch-Message-Hygiene-IP-Allow-List-Provider-Config,CN=Schema,CN=Configuration,DC=WIN,DC=STARPOINT,DC=COM into ldb msg
../source4/dsdb/schema/schema_syntax.c:1021: Unknown governsID 0x44F283A8
Warning: Failed to convert schema object CN=ms-Exch-Message-Hygiene-IP-Block-List-Config,CN=Schema,CN=Configuration,DC=WIN,DC=STARPOINT,DC=COM into ldb msg
../source4/dsdb/schema/schema_syntax.c:1021: Unknown governsID 0x44F283A8
Warning: Failed to convert schema object CN=ms-Exch-Message-Hygiene-IP-Block-List-Provider-Config,CN=Schema,CN=Configuration,DC=WIN,DC=STARPOINT,DC=COM into ldb msg
../source4/dsdb/schema/schema_syntax.c:1021: Unknown governsID 0x44F283A8
Warning: Failed to convert schema object CN=ms-Exch-Message-Hygiene-Recipient-Filter-Config,CN=Schema,CN=Configuration,DC=WIN,DC=STARPOINT,DC=COM into ldb msg
../source4/dsdb/schema/schema_syntax.c:1021: Unknown governsID 0x44F283A8
Warning: Failed to convert schema object CN=ms-Exch-Message-Hygiene-Sender-Filter-Config,CN=Schema,CN=Configuration,DC=WIN,DC=STARPOINT,DC=COM into ldb msg
../source4/dsdb/schema/schema_syntax.c:1021: Unknown governsID 0x44F283A8
Warning: Failed to convert schema object CN=ms-Exch-Message-Hygiene-Sender-ID-Config,CN=Schema,CN=Configuration,DC=WIN,DC=STARPOINT,DC=COM into ldb msg
../source4/dsdb/schema/schema_syntax.c:1021: Unknown governsID 0x44F2838C
Warning: Failed to convert schema object CN=ms-Exch-Mobile-Virtual-Directory,CN=Schema,CN=Configuration,DC=WIN,DC=STARPOINT,DC=COM into ldb msg
../source4/dsdb/schema/schema_syntax.c:1021: Unknown governsID 0x44F2838C
Warning: Failed to convert schema object CN=ms-Exch-OAB-Virtual-Directory,CN=Schema,CN=Configuration,DC=WIN,DC=STARPOINT,DC=COM into ldb msg
../source4/dsdb/schema/schema_syntax.c:1021: Unknown governsID 0x2AF82EE4
Warning: Failed to convert schema object CN=ms-Exch-Oma-Connector,CN=Schema,CN=Configuration,DC=WIN,DC=STARPOINT,DC=COM into ldb msg
../source4/dsdb/schema/schema_syntax.c:1021: Unknown governsID 0x44F2838C
Warning: Failed to convert schema object CN=ms-Exch-Rpc-Http-Virtual-Directory,CN=Schema,CN=Configuration,DC=WIN,DC=STARPOINT,DC=COM into ldb msg
../source4/dsdb/schema/schema_syntax.c:1021: Unknown governsID 0x44F283A8
Warning: Failed to convert schema object CN=ms-Exch-Sender-Reputation,CN=Schema,CN=Configuration,DC=WIN,DC=STARPOINT,DC=COM into ldb msg
../source4/dsdb/schema/schema_syntax.c:1021: Unknown governsID 0x44F2838C
Warning: Failed to convert schema object CN=ms-Exch-UM-Virtual-Directory,CN=Schema,CN=Configuration,DC=WIN,DC=STARPOINT,DC=COM into ldb msg
../source4/dsdb/schema/schema_syntax.c:1021: Unknown governsID 0x44F2838C
Warning: Failed to convert schema object CN=ms-Exch-Web-Services-Virtual-Directory,CN=Schema,CN=Configuration,DC=WIN,DC=STARPOINT,DC=COM into ldb msg
../source4/dsdb/schema/schema_syntax.c:1021: Unknown governsID 0x44F2838C
Warning: Failed to convert schema object CN=ms-Exch-Power-Shell-Virtual-Directory,CN=Schema,CN=Configuration,DC=WIN,DC=STARPOINT,DC=COM into ldb msg
../source4/dsdb/schema/schema_syntax.c:1021: Unknown governsID 0x44F28380
Warning: Failed to convert schema object CN=ms-Exch-OWA-Mailbox-Policy,CN=Schema,CN=Configuration,DC=WIN,DC=STARPOINT,DC=COM into ldb msg
../source4/dsdb/schema/schema_syntax.c:1021: Unknown governsID 0x44F28380
Warning: Failed to convert schema object CN=ms-Exch-Mobile-Mailbox-Policy,CN=Schema,CN=Configuration,DC=WIN,DC=STARPOINT,DC=COM into ldb msg
../source4/dsdb/schema/schema_syntax.c:1021: Unknown governsID 0x2AF82AFA
Warning: Failed to convert schema object CN=ms-Exch-Private-MDB,CN=Schema,CN=Configuration,DC=WIN,DC=STARPOINT,DC=COM into ldb msg
../source4/dsdb/schema/schema_syntax.c:1021: Unknown governsID 0x44F28366
Warning: Failed to convert schema object CN=ms-Exch-Sync-Accounts-Policy,CN=Schema,CN=Configuration,DC=WIN,DC=STARPOINT,DC=COM into ldb msg
../source4/dsdb/schema/schema_syntax.c:1021: Unknown governsID 0x00030033
Warning: Failed to convert schema object CN=ms-Exch-Routing-SMTP-Connector,CN=Schema,CN=Configuration,DC=WIN,DC=STARPOINT,DC=COM into ldb msg
../source4/dsdb/schema/schema_syntax.c:1021: Unknown governsID 0x44F28359
Warning: Failed to convert schema object CN=ms-Exch-Client-Access-Array-2,CN=Schema,CN=Configuration,DC=WIN,DC=STARPOINT,DC=COM into ldb msg
../source4/dsdb/schema/schema_syntax.c:1021: Unknown governsID 0x44F283D2
Warning: Failed to convert schema object CN=ms-Exch-Edge-Sync-EHF-Connector,CN=Schema,CN=Configuration,DC=WIN,DC=STARPOINT,DC=COM into ldb msg
../source4/dsdb/schema/schema_syntax.c:1021: Unknown governsID 0x44F28366
Warning: Failed to convert schema object CN=ms-Exch-Throttling-Policy,CN=Schema,CN=Configuration,DC=WIN,DC=STARPOINT,DC=COM into ldb msg
../source4/dsdb/schema/schema_syntax.c:1021: Unknown governsID 0x44F28380
Warning: Failed to convert schema object CN=ms-Exch-UM-Recipient-Template,CN=Schema,CN=Configuration,DC=WIN,DC=STARPOINT,DC=COM into ldb msg
../source4/dsdb/schema/schema_syntax.c:1021: Unknown governsID 0x44F28364
Warning: Failed to convert schema object CN=ms-Exch-Configuration-Unit-Container,CN=Schema,CN=Configuration,DC=WIN,DC=STARPOINT,DC=COM into ldb msg
../source4/dsdb/schema/schema_syntax.c:1021: Unknown governsID 0x44F2838C
Warning: Failed to convert schema object CN=ms-Exch-OWA-Virtual-Directory,CN=Schema,CN=Configuration,DC=WIN,DC=STARPOINT,DC=COM into ldb msg
../source4/dsdb/schema/schema_syntax.c:1021: Unknown governsID 0x00030054
Warning: Failed to convert schema object CN=ms-Exch-Protocol-Cfg-IMAP-Server,CN=Schema,CN=Configuration,DC=WIN,DC=STARPOINT,DC=COM into ldb msg
../source4/dsdb/schema/schema_syntax.c:1021: Unknown governsID 0x00030045
Warning: Failed to convert schema object CN=ms-Exch-Protocol-Cfg-POP-Server,CN=Schema,CN=Configuration,DC=WIN,DC=STARPOINT,DC=COM into ldb msg
../source4/dsdb/schema/schema_syntax.c:1021: Unknown governsID 0x2AF82AFC
Warning: Failed to convert schema object CN=ms-Exch-Private-MDB-Policy,CN=Schema,CN=Configuration,DC=WIN,DC=STARPOINT,DC=COM into ldb msg
../source4/dsdb/schema/schema_syntax.c:1021: Unknown governsID 0x0003004F
Warning: Failed to convert schema object CN=ms-Exch-Protocol-Cfg-HTTP-Site,CN=Schema,CN=Configuration,DC=WIN,DC=STARPOINT,DC=COM into ldb msg
../source4/dsdb/schema/schema_syntax.c:1021: Unknown governsID 0x00030054
Warning: Failed to convert schema object CN=ms-Exch-Protocol-Cfg-IMAP-Policy,CN=Schema,CN=Configuration,DC=WIN,DC=STARPOINT,DC=COM into ldb msg
../source4/dsdb/schema/schema_syntax.c:1021: Unknown governsID 0x00030054
Warning: Failed to convert schema object CN=ms-Exch-Protocol-Cfg-IMAP-Site,CN=Schema,CN=Configuration,DC=WIN,DC=STARPOINT,DC=COM into ldb msg
../source4/dsdb/schema/schema_syntax.c:1021: Unknown governsID 0x0003004B
Warning: Failed to convert schema object CN=ms-Exch-Protocol-Cfg-LDAP-Server,CN=Schema,CN=Configuration,DC=WIN,DC=STARPOINT,DC=COM into ldb msg
../source4/dsdb/schema/schema_syntax.c:1021: Unknown governsID 0x0003004B
Warning: Failed to convert schema object CN=ms-Exch-Protocol-Cfg-LDAP-Site,CN=Schema,CN=Configuration,DC=WIN,DC=STARPOINT,DC=COM into ldb msg
../source4/dsdb/schema/schema_syntax.c:1021: Unknown governsID 0x00030048
Warning: Failed to convert schema object CN=ms-Exch-Protocol-Cfg-NNTP-Site,CN=Schema,CN=Configuration,DC=WIN,DC=STARPOINT,DC=COM into ldb msg
../source4/dsdb/schema/schema_syntax.c:1021: Unknown governsID 0x00030045
Warning: Failed to convert schema object CN=ms-Exch-Protocol-Cfg-POP-Policy,CN=Schema,CN=Configuration,DC=WIN,DC=STARPOINT,DC=COM into ldb msg
../source4/dsdb/schema/schema_syntax.c:1021: Unknown governsID 0x00030045
Warning: Failed to convert schema object CN=ms-Exch-Protocol-Cfg-POP-Site,CN=Schema,CN=Configuration,DC=WIN,DC=STARPOINT,DC=COM into ldb msg
../source4/dsdb/schema/schema_syntax.c:1021: Unknown governsID 0x2AF81389
Warning: Failed to convert schema object CN=ms-Exch-Protocol-Cfg-SMTP-Policy,CN=Schema,CN=Configuration,DC=WIN,DC=STARPOINT,DC=COM into ldb msg
../source4/dsdb/schema/schema_syntax.c:1021: Unknown governsID 0x2AF81389
Warning: Failed to convert schema object CN=ms-Exch-Protocol-Cfg-SMTP-Site,CN=Schema,CN=Configuration,DC=WIN,DC=STARPOINT,DC=COM into ldb msg
../source4/dsdb/schema/schema_syntax.c:1021: Unknown governsID 0x2AF82AFD
Warning: Failed to convert schema object CN=ms-Exch-Public-MDB-Policy,CN=Schema,CN=Configuration,DC=WIN,DC=STARPOINT,DC=COM into ldb msg
../source4/dsdb/schema/schema_syntax.c:1021: Unknown governsID 0x0003004F
Warning: Failed to convert schema object CN=ms-Exch-Protocol-Cfg-HTTP-Server,CN=Schema,CN=Configuration,DC=WIN,DC=STARPOINT,DC=COM into ldb msg
../source4/dsdb/schema/schema_syntax.c:1021: Unknown governsID 0x00030048
Warning: Failed to convert schema object CN=ms-Exch-Protocol-Cfg-NNTP-Server,CN=Schema,CN=Configuration,DC=WIN,DC=STARPOINT,DC=COM into ldb msg
../source4/dsdb/schema/schema_syntax.c:1021: Unknown governsID 0x2AF81389
Warning: Failed to convert schema object CN=ms-Exch-Protocol-Cfg-SMTP-Server,CN=Schema,CN=Configuration,DC=WIN,DC=STARPOINT,DC=COM into ldb msg
../source4/dsdb/schema/schema_syntax.c:1021: Unknown governsID 0x00030033
Warning: Failed to convert schema object CN=ms-Exch-ccMail-Connector,CN=Schema,CN=Configuration,DC=WIN,DC=STARPOINT,DC=COM into ldb msg
../source4/dsdb/schema/schema_syntax.c:1021: Unknown governsID 0x00030033
Warning: Failed to convert schema object CN=ms-Exch-Mail-Connector,CN=Schema,CN=Configuration,DC=WIN,DC=STARPOINT,DC=COM into ldb msg
../source4/dsdb/schema/schema_syntax.c:1021: Unknown governsID 0x00030033
Warning: Failed to convert schema object CN=ms-Exch-MS-Mail-Connector,CN=Schema,CN=Configuration,DC=WIN,DC=STARPOINT,DC=COM into ldb msg
../source4/dsdb/schema/schema_syntax.c:1021: Unknown governsID 0x00030033
Warning: Failed to convert schema object CN=ms-Exch-Notes-Connector,CN=Schema,CN=Configuration,DC=WIN,DC=STARPOINT,DC=COM into ldb msg
../source4/dsdb/schema/schema_syntax.c:1021: Unknown governsID 0x00030033
Warning: Failed to convert schema object CN=ms-Exch-X400-Link,CN=Schema,CN=Configuration,DC=WIN,DC=STARPOINT,DC=COM into ldb msg
../source4/dsdb/schema/schema_syntax.c:1021: Unknown governsID 0x00030033
Warning: Failed to convert schema object CN=ms-Exch-Calendar-Connector,CN=Schema,CN=Configuration,DC=WIN,DC=STARPOINT,DC=COM into ldb msg
../source4/dsdb/schema/schema_syntax.c:1021: Unknown governsID 0x00030033
Warning: Failed to convert schema object CN=ms-Exch-GroupWise-Connector,CN=Schema,CN=Configuration,DC=WIN,DC=STARPOINT,DC=COM into ldb msg
../source4/dsdb/schema/schema_syntax.c:1021: Unknown governsID 0x00030033
Warning: Failed to convert schema object CN=ms-Exch-OVVM-Connector,CN=Schema,CN=Configuration,DC=WIN,DC=STARPOINT,DC=COM into ldb msg
../source4/dsdb/schema/schema_syntax.c:1021: Unknown governsID 0x00030033
Warning: Failed to convert schema object CN=ms-Exch-SNADS-Connector,CN=Schema,CN=Configuration,DC=WIN,DC=STARPOINT,DC=COM into ldb msg
../source4/dsdb/schema/schema_syntax.c:1021: Unknown governsID 0x2AF81B64
Warning: Failed to convert schema object CN=ms-Exch-Protocol-Cfg-IM-Virtual-Server,CN=Schema,CN=Configuration,DC=WIN,DC=STARPOINT,DC=COM into ldb msg
../source4/dsdb/schema/schema_syntax.c:1021: Unknown governsID 0x00030050
Warning: Failed to convert schema object CN=ms-Exch-Protocol-Cfg-HTTP-Virtual-Directory,CN=Schema,CN=Configuration,DC=WIN,DC=STARPOINT,DC=COM into ldb msg
../source4/dsdb/schema/schema_syntax.c:1021: Unknown governsID 0x0003001D
Warning: Failed to convert schema object CN=ms-Exch-RAS-X400-Link,CN=Schema,CN=Configuration,DC=WIN,DC=STARPOINT,DC=COM into ldb msg
../source4/dsdb/schema/schema_syntax.c:1021: Unknown governsID 0x0003001D
Warning: Failed to convert schema object CN=ms-Exch-RFC1006-X400-Link,CN=Schema,CN=Configuration,DC=WIN,DC=STARPOINT,DC=COM into ldb msg
../source4/dsdb/schema/schema_syntax.c:1021: Unknown governsID 0x0003001D
Warning: Failed to convert schema object CN=ms-Exch-TP4-X400-Link,CN=Schema,CN=Configuration,DC=WIN,DC=STARPOINT,DC=COM into ldb msg
../source4/dsdb/schema/schema_syntax.c:1021: Unknown governsID 0x0003001D
Warning: Failed to convert schema object CN=ms-Exch-X25-X400-Link,CN=Schema,CN=Configuration,DC=WIN,DC=STARPOINT,DC=COM into ldb msg
../source4/dsdb/schema/schema_syntax.c:1021: Unknown governsID 0x00030033
Warning: Failed to convert schema object CN=ms-Exch-Delivery-Agent-Connector,CN=Schema,CN=Configuration,DC=WIN,DC=STARPOINT,DC=COM into ldb msg
../source4/dsdb/schema/schema_syntax.c:1021: Unknown governsID 0x00030033
Warning: Failed to convert schema object CN=ms-Exch-Routing-SMTP-Connector,CN=Schema,CN=Configuration,DC=WIN,DC=STARPOINT,DC=COM into ldb msg
../source4/dsdb/schema/schema_syntax.c:1021: Unknown governsID 0x00030054
Warning: Failed to convert schema object CN=ms-Exch-Protocol-Cfg-IMAP-Server,CN=Schema,CN=Configuration,DC=WIN,DC=STARPOINT,DC=COM into ldb msg
../source4/dsdb/schema/schema_syntax.c:1021: Unknown governsID 0x00030045
Warning: Failed to convert schema object CN=ms-Exch-Protocol-Cfg-POP-Server,CN=Schema,CN=Configuration,DC=WIN,DC=STARPOINT,DC=COM into ldb msg
../source4/dsdb/schema/schema_syntax.c:1021: Unknown governsID 0x00030050
Warning: Failed to convert schema object CN=ms-Exch-Protocol-Cfg-HTTP-Virtual-Directory,CN=Schema,CN=Configuration,DC=WIN,DC=STARPOINT,DC=COM into ldb msg
../source4/dsdb/schema/schema_syntax.c:1021: Unknown governsID 0x0003001D
Warning: Failed to convert schema object CN=ms-Exch-RAS-X400-Link,CN=Schema,CN=Configuration,DC=WIN,DC=STARPOINT,DC=COM into ldb msg
../source4/dsdb/schema/schema_syntax.c:1021: Unknown governsID 0x0003001D
Warning: Failed to convert schema object CN=ms-Exch-RFC1006-X400-Link,CN=Schema,CN=Configuration,DC=WIN,DC=STARPOINT,DC=COM into ldb msg
../source4/dsdb/schema/schema_syntax.c:1021: Unknown governsID 0x0003001D
Warning: Failed to convert schema object CN=ms-Exch-TP4-X400-Link,CN=Schema,CN=Configuration,DC=WIN,DC=STARPOINT,DC=COM into ldb msg
../source4/dsdb/schema/schema_syntax.c:1021: Unknown governsID 0x0003001D
Warning: Failed to convert schema object CN=ms-Exch-X25-X400-Link,CN=Schema,CN=Configuration,DC=WIN,DC=STARPOINT,DC=COM into ldb msg
Failed to find our own NTDS Settings invocationId in the ldb!
Failed to find our own NTDS Settings invocationId in the ldb!
Partition[CN=Configuration,DC=WIN,DC=STARPOINT,DC=COM] objects[402] linked_values[0]
Partition[CN=Configuration,DC=WIN,DC=STARPOINT,DC=COM] objects[804] linked_values[0]
Partition[CN=Configuration,DC=WIN,DC=STARPOINT,DC=COM] objects[1206] linked_values[0]
Partition[CN=Configuration,DC=WIN,DC=STARPOINT,DC=COM] objects[1608] linked_values[0]
Partition[CN=Configuration,DC=WIN,DC=STARPOINT,DC=COM] objects[1795] linked_values[0]
Partition[CN=Configuration,DC=WIN,DC=STARPOINT,DC=COM] objects[1974] linked_values[0]
Partition[CN=Configuration,DC=WIN,DC=STARPOINT,DC=COM] objects[2138] linked_values[0]
Partition[CN=Configuration,DC=WIN,DC=STARPOINT,DC=COM] objects[2321] linked_values[0]
Partition[CN=Configuration,DC=WIN,DC=STARPOINT,DC=COM] objects[2497] linked_values[53]
Failed to apply records: Failed to find GUID for (null): Invalid DN syntax
Failed to commit objects: WERR_GENERAL_FAILURE
Join failed - cleaning up
checking sAMAccountName
Deleted CN=VA-DC,OU=Domain Controllers,DC=WIN,DC=STARPOINT,DC=COM
Deleted CN=NTDS Settings,CN=VA-DC,CN=Servers,CN=Default-First-Site-Name,CN=Sites,CN=Configuration,DC=WIN,DC=STARPOINT,DC=COM
Deleted CN=VA-DC,CN=Servers,CN=Default-First-Site-Name,CN=Sites,CN=Configuration,DC=WIN,DC=STARPOINT,DC=COM
ERROR(&amp;lt;type 'exceptions.TypeError'&amp;gt;): uncaught exception - Failed to process chunk: NT_STATUS_UNSUCCESSFUL
  File "/usr/local/samba/lib/python2.7/site-packages/samba/netcmd/__init__.py", line 175, in _run
    return self.run(*args, **kwargs)
  File "/usr/local/samba/lib/python2.7/site-packages/samba/netcmd/domain.py", line 552, in run
    machinepass=machinepass, use_ntvfs=use_ntvfs, dns_backend=dns_backend)
  File "/usr/local/samba/lib/python2.7/site-packages/samba/join.py", line 1104, in join_DC
    ctx.do_join()
  File "/usr/local/samba/lib/python2.7/site-packages/samba/join.py", line 1009, in do_join
    ctx.join_replicate()
  File "/usr/local/samba/lib/python2.7/site-packages/samba/join.py", line 734, in join_replicate
    replica_flags=ctx.replica_flags)
  File "/usr/local/samba/lib/python2.7/site-packages/samba/drs_utils.py", line 252, in replicate
    schema=schema, req_level=req_level, req=req)
root&amp;lt; at &amp;gt;va-dc:/usr/local/samba#



________________________________
Since 1982, Starpoint Solutions has been a trusted source of human capital and solutions. We are committed to our clients, employees, environment, community and social concerns. We foster an inclusive culture based on trust, respect, honesty and solid performance. Learn more about Starpoint and our social responsibility at http://www.starpoint.com/social_responsibility

________________________________
This email message from Starpoint Solutions LLC is for the sole use of the intended recipient(s) and may contain confidential and privileged information. Any unauthorized review, use, disclosure or distribution is prohibited. If you are not the intended recipient, please contact the sender by reply email and destroy all copies of the original message. Opinions, conclusions and other information in this message that do not relate to the official business of Starpoint Solutions shall be understood as neither given nor endorsed by it.
&lt;/pre&gt;</description>
    <dc:creator>Tony Nelson</dc:creator>
    <dc:date>2013-05-16T21:10:13</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.network.samba.general/130738">
    <title>Im just curious</title>
    <link>http://comments.gmane.org/gmane.network.samba.general/130738</link>
    <description>&lt;pre&gt;Hi,

Is it possible (well, look like it works) to include a preconfigured 
bind zone to samba named.conf, so I don't get that annoying zone 
conflict error message while I start bind?
Actualy, the important question is, this kind of configuration could 
interfere with samba4 if the server is configured to use BIND9_DLZ?

&lt;/pre&gt;</description>
    <dc:creator>Sandbox</dc:creator>
    <dc:date>2013-05-16T20:41:33</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.network.samba.general/130737">
    <title>Samba4 Trust Relationship AD</title>
    <link>http://comments.gmane.org/gmane.network.samba.general/130737</link>
    <description>&lt;pre&gt;Hi,

does anybody knows if Samba 4 supports Trust
Relationship with Active Directory 2003, 2008 ?

Thanks!

&lt;/pre&gt;</description>
    <dc:creator>Ricardo Suguita</dc:creator>
    <dc:date>2013-05-16T19:42:57</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.network.samba.general/130733">
    <title>Samba 3.x server with LDAP backend doesn't work</title>
    <link>http://comments.gmane.org/gmane.network.samba.general/130733</link>
    <description>&lt;pre&gt;We have a central LDAP server for our enterprise on a Linux box.  I have installed Samba 3.4.4 server on an AIX server and trying to get users authenticated via LDAP server.   So far my efforts have been unsuccessful.  Here is my ldap section of the smb.conf file:

passdb backend = ldapsam:ldaps://&amp;lt;company_ldap_server&amp;gt;/
ldap ssl = start tls
ldap suffix = dc=xxx,dc=yyy,dc=zzz
ldap delete dn = no
ldap user suffix = ou=People
ldap group suffix = ou=Groups

Here is the error I am seeing in the Samba errorlog:

[2013/05/16 11:08:14,  0] lib/smbldap.c:656(smb_ldap_start_tls)
  Failed to issue the StartTLS instruction: Can't contact LDAP server
[2013/05/16 11:08:14,  1] lib/smbldap.c:1231(another_ldap_try)
  Connection to LDAP server failed for the 1 try!

Is there a documented procedure on how to connect samba users to a backend ldap server?

Any help with is greatly appreciated

Thanks, Prakash
**********************************************************
Electronic Mail is not secure, may not be read every day, and should not be used for urgent or sensitive issues 
&lt;/pre&gt;</description>
    <dc:creator>Gollapalli, Prakash</dc:creator>
    <dc:date>2013-05-16T15:27:54</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.network.samba.general/130729">
    <title>samba3/4: libpopt version</title>
    <link>http://comments.gmane.org/gmane.network.samba.general/130729</link>
    <description>&lt;pre&gt;Hallo,

I'm just playing with samba-4.0.5 (slackware), running as samba3 (and  
replacing/updating samba-3.6.x).


Seems to work fine - many thanks!

Perhaps one problem: when I start the server or when I run "smbclient -N  
-L &amp;lt;hostname&amp;gt;" (and perhaps with some other start commands) then samba  
tells me

smbclient: /usr/lib/libpopt.so.0: no version information available  
(required by smbclient)
smbclient: /usr/lib/libpopt.so.0: no version information available (required by /usr/lib/libpopt_samba3.so)

My actual slackware distribution comes with "popt-1.16".

Is that message only a remark, or is it a warning, or is it an error  
message?

Viele Gruesse!
Helmut
&lt;/pre&gt;</description>
    <dc:creator>Helmut Hullen</dc:creator>
    <dc:date>2013-05-16T14:05:00</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.network.samba.general/130722">
    <title>About Samba for SCOUnix</title>
    <link>http://comments.gmane.org/gmane.network.samba.general/130722</link>
    <description>&lt;pre&gt;Greetings, we got  a SCO Unix Openserver runnin Samba Printing Service, by
the day when try to print in Windows 8 it's impossible, the job is sended
and the server doesn't send any error but the page never comes out.    Do
you have any idea about the problem or where can I found a solution?

 

Thanks.

 

David Antonio Bocaletti Comparini

Asistente Tecnico Informatica

Laboratorios Donovan Werke A.G.,S.A.

Tel. 24126200 ext 6161

 

&lt;/pre&gt;</description>
    <dc:creator>David Bocaletti</dc:creator>
    <dc:date>2013-05-14T14:11:29</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.network.samba.general/130721">
    <title>WERR_GENERAL_FAILURE joining Samba4 to Win 2k3 domain withExchange 2007</title>
    <link>http://comments.gmane.org/gmane.network.samba.general/130721</link>
    <description>&lt;pre&gt;Hello,
    I am having a problem joining a Debian/Samba4 machine as a DC to a Windows 2003 level AD domain. The domain has Exchange Server 2007 schema extensions wiht a single Exchange Server which is also the domain controller.
 
 I ran the domian join with debug level 10 set, here is what I see:
...
     a:&amp;lt;GUID=redacted&amp;gt;;CN=owa (Default Web Site),
 CN=HTTP,CN=Protocols,CN=servername,CN=Servers,CN=Exchange Administrative Group (
 FYDIBOHF23SPDLT),CN=Administrative Groups,CN=First Organization,CN=Microsoft 
 Exchange,CN=Services,CN=Configuration,DC=jaydcarter,DC=com,DC=local
msExchOWATranscodingMimeTypes: S:52:                                          
          a:&amp;lt;GUID=redacted&amp;gt;;CN=owa (Default Web Si
 te),CN=HTTP,CN=Protocols,CN=servername,CN=Servers,CN=Exchange Administrative Gro
 up (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=First Organization,CN=Micros
 oft Exchange,CN=Services,CN=Configuration,DC=jaydcarter,DC=com,DC=local
msExchOWATranscodingMimeTypes: S:58:                                          
                a:&amp;lt;GUID=redacted&amp;gt;;CN=owa (Default 
 Web Site),CN=HTTP,CN=Protocols,CN=servername,CN=Servers,CN=Exchange Administrati
 ve Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=First Organization,CN=
 Microsoft Exchange,CN=Services,CN=Configuration,DC=jaydcarter,DC=com,DC=local
msExchOWATranscodingFlags: 1
msExchVersion: 4535486012416
../source4/dsdb/samdb/ldb_modules/linked_attributes.c:164: Failed to find GUID for dn (null)
replmd_op_callback failure. Error is: Invalid DN syntax
Failed to apply records: Failed to find GUID for (null): Invalid DN syntax
Failed to commit objects: WERR_GENERAL_FAILURE
Join failed - cleaning up
...
 
If I am reading the log correctly, msExchVersion is the last directory element that was successfully loaded; what I need to know is the next element which apparently fails - there are about 15 elements remaining inside the 'owa (Default Web Site)' cn  tha have not been imported so I can't tell exactly which one is failing. 
 
I have found several references to the WERR_GENERAL_FAILURE occurring with Exchange Server in the schema, but nothing that points to a solution.
 
Samba is version 4.0.5, running on Linux core 3.2.0-4-amd64 #1 SMP Debian 3.2.35-2 x86_64 GNU/Linux
 
Any ideas or suggestions appreciated!
 
Thanks,
Jay D. Carter
&lt;/pre&gt;</description>
    <dc:creator>Jay Carter</dc:creator>
    <dc:date>2013-05-13T23:45:39</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.network.samba.general/130717">
    <title>Dynamic DNS Updates</title>
    <link>http://comments.gmane.org/gmane.network.samba.general/130717</link>
    <description>&lt;pre&gt;Having reconfigured Samba4 to use BIND as a DNS server to get dynamic DNS
updates working, I'm still working to understand the system.

The Windows client I'm testing only seems up update DNS if I run ipconfig
/registerdns. It doesn't update DNS at startup or IP change OOTB. Is it
expected that Windows clients run a startup script running ipconfig
/registerdns or have dynamic updates enforced in Group Policy?

Additionally, timestamps against dynamically updated DNS A records always
read as today's date 12:00:00 PM - the time never changes.

Just checking whether or not these are expected behaviours,

Thanks,

Chris
&lt;/pre&gt;</description>
    <dc:creator>Chris Rowson</dc:creator>
    <dc:date>2013-05-15T20:46:49</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.network.samba.general/130706">
    <title>winbind versus nss/pam_ldap</title>
    <link>http://comments.gmane.org/gmane.network.samba.general/130706</link>
    <description>&lt;pre&gt;Hi there,

Since samba 3.0 I've been using Samba PDC and BDCs backed by OpenLDAP, 
and I configure my member servers (all running Linux) to use nss and pam 
to get user information directly from LDAP. I took this way because I 
had previous experience using LDAP for e-mail and web apps. But it looks 
from the list and samba docs that most people configure winbind on 
member servers, and so they don't need direct access to a LDAP server.

I'm wondering what are the advantages and disadvantages of each method, 
and if I should change my setup to use winbind. Can anyone provide some 
pointers to such a comparison?

For example, using winbind seems to be easier: less configuration files 
to change on linux member servers. On the other side, using LDAP 
provides centralized identity management for servers which do not run 
samba (such as database servers), but setting up a server with winbind 
only (no smbd or nmbd) doesn't seem harder to do than setting up a 
server with nss/pam_ldap.


[]s, Fernando Lozano

&lt;/pre&gt;</description>
    <dc:creator>Fernando Lozano</dc:creator>
    <dc:date>2013-05-14T16:30:30</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.network.samba.general/130699">
    <title>GPO replication?</title>
    <link>http://comments.gmane.org/gmane.network.samba.general/130699</link>
    <description>&lt;pre&gt;Hello Folks,

I've successfully created a GPO for user logon scripts with Samba4...  However, the 'SYSVOL\domain\Policies' folder and contents is not replicated to the other DC's.

Is this normal?  It is working, but it seems that this is a 'single point of failure' for 'logon' scripts.

Thank You!

&lt;/pre&gt;</description>
    <dc:creator>Luc Lalonde</dc:creator>
    <dc:date>2013-05-14T15:38:48</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.network.samba.general/130695">
    <title>Cannot add/modify ACL through windows client</title>
    <link>http://comments.gmane.org/gmane.network.samba.general/130695</link>
    <description>&lt;pre&gt;Dear all,

I am struggling around with Windows ACLs and cannot find a solution nor how to troubleshoot that. I have two samba3 hosts. Hostname "donald" is my domain controller with samba 3.x + OpenLDAP server running. Hostname "pluto" is my other samba 3.x server which was joined to my domain. I use LDAP for my users+groups. I dont have winbind on my machines. On hostname "pluto" I have a share in smb.conf which says:

[free4all]
path = /data/free4all
read only = No
              create mask = 0777
              directory mask = 0777
              vfs object = acl_xattr
              nt acl support = yes
              dos filemode = yes

"testparm -s -a -v |grep acl" shows me:

acl compatibility = auto
        acl check permissions = Yes
        acl group control = No
        acl map full control = Yes
        force unknown acl user = No
        inherit acls = No
        nt acl support = Yes
        profile acls = No
        map acl inherit = No
        vfs objects = acl_xattr
        force unknown acl user = Yes

On a windows client I am right-clicking on \\pluto\free4all\subdir and choose the "Security" tab. I see a user called "Everyone" and a user without username, but only SID number. The SID is S-1-5-21-blablabla-1234567-blabla-500.  I manually checked this SID at my LDAP database. Funnily I have two users with this same SID, one is called "root" and the is called "admin". Weird, but not important imho at this point. 

Back on the windows client, inside the "Security" tab, I click on "Add" and choose a user of my Domain Users. I see him in the list. But as soon as I click "Apply" on this window, the user disappears from the security tab list. The logfile at samba-server hostname=pluto outputs:

[2013/05/14 15:48:08.861822,  0] smbd/posix_acls.c:1755(create_canon_ace_lists)
  create_canon_ace_lists: unable to map SID S-1-5-21-1062190697-4189521229-2202214947-129762 to uid or gid.

This SID was the user I tried to add. Why does this not work and how should I fix or even troubleshoot that? I really need some assistance, I have no clue what else to try. Thanks to everyone.

Lucas.
&lt;/pre&gt;</description>
    <dc:creator>?icro MEGAS</dc:creator>
    <dc:date>2013-05-14T14:12:19</dc:date>
  </item>
  <textinput rdf:about="http://search.gmane.org/?group=$group=gmane.network.samba.general">
    <title>Search Engine</title>
    <description>Search the mailing list at Gmane</description>
    <name>query</name>
    <link>http://search.gmane.org/?group=$group=gmane.network.samba.general</link>
  </textinput>
</rdf:RDF>
