[Bug 342056] Re: Samba automatic account creation assumes local accounts

2009-03-12 Thread Aaron J. Zirbes
** Attachment added: Dependencies.txt http://launchpadlibrarian.net/23812419/Dependencies.txt ** Attachment added: DpkgTerminalLog.txt http://launchpadlibrarian.net/23812420/DpkgTerminalLog.txt -- Samba automatic account creation assumes local accounts

[Bug 342056] [NEW] Samba automatic account creation assumes local accounts

2009-03-12 Thread Aaron J. Zirbes
Public bug reported: Binary package hint: samba Samba's mksmbpasswd, called from samba postinst, should not create accounts if the passwd or shadow line of /etc/nsswitch.conf contains ldap (or in that case, anything other than compat or files) It tried creating hundreds of user accounts that

[Bug 342056] Re: Samba automatic account creation assumes local accounts

2009-03-12 Thread Aaron J. Zirbes
http://launchpadlibrarian.net/23812831/samba.postinst.diff ** Changed in: samba (Ubuntu) Assignee: (unassigned) = Aaron J. Zirbes (ajz) Status: New = Confirmed -- Samba automatic account creation assumes local accounts https://bugs.launchpad.net/bugs/342056 You received this bug

[Bug 397203] [NEW] ldap.so missing from package

2009-07-08 Thread Aaron J. Zirbes
Public bug reported: Binary package hint: winbind Winbind has lost LDAP support because ldap.so is missing from /usr/lib/samba/idmap/ldap.so I discovered this when trying to use winbind to map to LDAP: /var/log/samba/log.winbind-idmap reported the following: [2009/07/08 17:10:26, 5]

[Bug 397203] Re: ldap.so missing from package

2009-07-09 Thread Aaron J. Zirbes
** Changed in: samba (Ubuntu) Status: Incomplete = In Progress -- ldap.so missing from package https://bugs.launchpad.net/bugs/397203 You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to samba in ubuntu. -- Ubuntu-server-bugs mailing

[Bug 397203] Re: ldap.so missing from package

2009-07-10 Thread Aaron J. Zirbes
My version of samba is 2:3.3.2-1ubuntu3 on Ubuntu Server 9.04 I did an SVN checkout of the debian samba package, and the problem is there as well. I'm not sure where to post my fix to get this pushed upstream to the debian package, but the diffs above fix it. Should I report this bug via

[Bug 541520] [NEW] Using incorrect JVM Garbage Collector

2010-03-18 Thread Aaron J. Zirbes
Public bug reported: Binary package hint: tomcat6 The default garbage collector for tomcat should be the Concurrent Mark- Sweep (CMS) Collector as it is the recommended GC for Web Application Severs. The default garbage collector doesn't guarantee quick response times, and often times causes

[Bug 541520] Re: Using incorrect JVM Garbage Collector

2010-03-18 Thread Aaron J. Zirbes
** Patch added: Improved tomcat6 file http://launchpadlibrarian.net/41253077/tomcat6 -- Using incorrect JVM Garbage Collector https://bugs.launchpad.net/bugs/541520 You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to tomcat6 in ubuntu.

[Bug 553342] [NEW] spnego references incorrect realm via winbind when joined to AD and spnego is enabled

2010-04-01 Thread Aaron J. Zirbes
Public bug reported: Binary package hint: samba After successfully joined to Windows 2008 AD domain, spnego via winbind passes incorrect principal to libsmb/clikrb5.c:852: ads_krb5_mk_req() This happens immediately on startup. The principal should be based the REALM, not the WORKGROUP.

[Bug 553342] Re: spnego references incorrect realm via winbind when joined to AD and spnego is enabled

2010-04-01 Thread Aaron J. Zirbes
Winbind/samba version: winbind 2:3.4.0-3ubuntu5.6 -- spnego references incorrect realm via winbind when joined to AD and spnego is enabled https://bugs.launchpad.net/bugs/553342 You received this bug notification because you are a member of Ubuntu Server Team, which is

[Bug 553342] Re: spnego references incorrect realm via winbind when joined to AD and spnego is enabled

2010-04-02 Thread Aaron J. Zirbes
I just setup a lucid beta server, and can confirm that this has been fixed in lucid. Original bug name: sid-to-name resolution in w2k8r2 trusting domains not working Thanks Thierry! ** Changed in: samba (Ubuntu) Status: Incomplete = Fix Released -- spnego references incorrect realm

[Bug 342056] Re: Samba automatic account creation assumes local accounts

2010-04-12 Thread Aaron J. Zirbes
As our organization is moving away from NT4 style domains, our Samba servers are being moved into AD, and I'll no longer be able to test this bug. (It also will no longer affect me) -- Samba automatic account creation assumes local accounts https://bugs.launchpad.net/bugs/342056 You received

[Bug 558793] Re: net ads dns register fails in 2008 R2 domain

2010-04-12 Thread Aaron J. Zirbes
[global] # Name server string = Test Samba Server netbios name = %h # AD Membership pointers workgroup = AD security = ADS realm = AD.UMN.EDU local master = no # NTLMv2 Security options client ntlmv2 auth = yes ntlm auth = no # Active Directory user mapping

Re: [Bug 541520] Re: Using incorrect JVM Garbage Collector

2010-04-21 Thread Aaron J. Zirbes
I'm OK with moving the -Xmx128M parameter out onto one of the comment lines as this is a commonly known and understood parameter. Most google (bing?) searches will advise you to adjusting this parameter when you come upon memory problems. If we want to ensure that we don't assign

[Bug 342056] Re: Samba automatic account creation assumes local accounts

2010-05-18 Thread Aaron J. Zirbes
Bump. Just did a few fresh installs of lucid and this install script iterated through all 200+ accounts in the LDAP directory. Each account takes 3 seconds causing the total install time to take over 5 minutes. THIS IS A BAD THING. THIS NEEDS TO BE FIXED. -- Samba automatic account creation