similar to: Configuring Samba to use MIT Kerberos

Displaying 20 results from an estimated 9000 matches similar to: "Configuring Samba to use MIT Kerberos"

2009 Jul 07
2
Samba configuration error
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Does anyone know what this error means: [root@ldap2 samba]# net getlocalsid [2009/07/07 17:04:00, 0] lib/smbldap.c:smb_ldap_start_tls(600) Failed to issue the StartTLS instruction: Protocol error [2009/07/07 17:04:01, 0] lib/smbldap.c:smb_ldap_start_tls(600) Failed to issue the StartTLS instruction: Protocol error [2009/07/07 17:04:02, 0]
2009 Jun 29
7
Windows XP login
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 When WinXP users login to the samba domain a text file opens that contains: [.ShellClassInfo] LocalizedResourceName=@%SystemRoot%\system32\shell32.dll,-21787 This seems to be tied to the roaming profile, it only surfaced once I enabled roaming profiles but I am not sure how to correct it. I also noticed that the desktop background setting is
2009 Aug 20
3
netlogon.bat issues
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 I have samba configured so that users have their own netlogon.bat file (e.g. %U.bat) and each user has a .bat with their username in the netlogon share. So far I have been unable to get any of the shares that I have defined in the batch file to be mounted when a user logs in. Here is a snapshot of both the netlogon section of my smb.conf file and
2009 Aug 26
1
Auto mount home share in Vista
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Seems the only way I can get Vista to mount a share when a user logs in is using a netlogon script. My XP clients auto mount the home share on login just fine, but vista won't. Has anyone experience this with vista and if so what did you do to get passed this? I could use a netlogon script to rectify the issue, but since I have XP and vista
2009 Jun 04
1
[LLVMdev] Get Analysis from PassManager
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi, I try to write a tool that uses the PassManager to load profiling information for a module like this: ... ModulePass *LoaderPass = createProfileLoaderPass(); PassMgr.add(LoaderPass); PassMgr.run(*M); ... I can verify that the pass was run, but how to I get to the ProfileInfo implemented by that pass? I tried ... ProfileInfo PI =
2009 Aug 08
0
[LLVMdev] Profiling in LLVM Patch Followup 1
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi! Andreas Neustifter wrote: > > Daniel Dunbar wrote: >> >> Thanks, applied as r78247. Next? :) > > > > Oh my, first he is lagging and now it's all a hurry :-) > > > > Okay, here comes the next one. > > > > I'm taking a short vacation next week so I will try to prepare 1 or 2 of > >
2009 Feb 02
2
"user grade" IMAP stress test
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 I need some user grade windows-based IMAP stress tool. I have a situation with a lot of "disconnect" error on the user side (outlook, thunderbird and outlook express) but no sign of error on the Dovecot server. Between clients and server there are a LAN of dubious performance and a ZyWALL. I have already removed every kind of packet
2009 Feb 18
2
over quota + antispam crash
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi, I am using dovecot 1.1.11 , quota, imap_quota & antispam plugins. Dovecot crashes when saving a message to the Sent maildir and the account is over quota. gdb trace attached. St?phane Cottin -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.9 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org
2009 Aug 04
2
Sending log messages too fast
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 What does this error message means? IMAP(xxxxx at yyyyy.com): Sending log messages too fast, throttling.. It appeared twiche on the same user during a period when the server was very high on CPU load I don't know if it is related, but the user later told me that Thunderbird forced a reload of all the messages. Ciao, luigi - -- /
2009 Dec 30
2
configure optimization
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Given a server with MySQL userdb/passwd and maildir storage, excluding unused storages and authentications in configure options does save some memory and/or speed or is it worthless? I mean, is there a performance difference between this two versions of configure parameters or is just a waste of time to exclude what is not used? ./configure
2008 Dec 01
1
samba & ldap how work group ?
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hye all, i have install samba as PDC with openldap authentification everything work fine. But i want to create diff?rent group with diff?rent privileges on folder How gestion of group work with Openldap authentification because users are not in /etc/passwd and domain group are not in /etc/group !? I don't find information about this... can
2009 Apr 07
1
Update on bugzilla.samba.org
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Fyi... We can into some db connection issues last night (about 10pm GMT-5 I think). This issue has been temporarily resolved, but I expect that we'll be taking the server offline for a short period sometime this week for further db maintenance. Also Deryck and I will be exploring some potential improvements to Samba's bugzilla service in
2009 Aug 12
1
Redirect listeners and fallback
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi Folks First of all, excuse my bad english. I'm working in the video streaming team of the next WikiMania, the conference of the Wikimedia fundation, this year in Buenos Aires. We are facing some issues with some specific features, the setup we are thinking of is the classical dvgrab | ffmpeg2theora | oggwd * It all works fine, but we need
2009 Jun 17
1
Coerce rectangular matrix to symmetrical square matrix
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 I have a rectangular matrix of size 920 by 85. I'd like to coerce it into a square matrix such that all row/col names are present in the new matrix and the additional values are zero. As an example: A B C D A 1 2 3 4 E 5 6 7 8 F 9 10 11 12 Would be coerced to: A B C D E F A 1 2 3 4 5 9 B 2 0 0 0 6 10 C 3 0 0
2009 Feb 25
1
Cpp-Markdown 1.00
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 I'm happy to announce that the Cpp-Markdown project is now available. Cpp-Markdown is a Markdown-to-HTML translator written in C++, and meant for use within C++ programs (rather than web applications). The code is still a little rough around the edges, but the results are pretty good: it passes all 23 tests in the Markdown test suite, and 12 of
2009 Jan 07
2
Memory Efficiency of Symmetric Matrix
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 I'm generating a symmetric correlation matrix using a data matrix as input: mat <- cor(data.mat) My question is: Is there a more memory efficient way to store this data? For instance, since: all(mat == t(mat)) every value is duplicated, and I should be able to almost half the memory usage for large matrices. Any thoughts/comments? Cheers,
2009 Feb 03
5
Tracing a server problem
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 I have a Linux CentOS server, 4 Gb RAM, with 50 IMAP users. The server is connected to LAN via a firewall appliance, no filtering applied. Many users with different clients complain a lot of "server disconnected" errors. On the server side Doveco does not report any kind of error. I just ab an unusual rate of "IMAP(xxxxxx at xxxx):
2008 Nov 19
1
Builtin Nagios types
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi, I''me using nagios builtin types and I''m very surprised that the parameter *name* is not available for type nagios_host ?!? This parameter is required to use inheritance (http://nagios.sourceforge.net/docs/3_0/objectinheritance.html) and I don''t understand why it is not included in all nagios types ? Maybe someone has
2008 Dec 05
0
SambaDomainName & strange Ldap authentification
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 hye all, I have a samba server on sid with openldap backend with xp worstations. many services are configured to use ldap authentification (postfix,ftp,squid and samba off course) my sambaDomainName is DOMAINE... Everything work perfectly :) I see in log many lines like : slapd[23331] <= bdb_equality_candidates: (uid) not indexed slapd[23331]
2009 Feb 23
0
lda catchall
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi, I'm using dovecot lda in a qmail / vpopmail testing environnement. I would like to replace vpopmail lda with dovecot's one , because of quotas , sieve filers, indexing while delivering ... Everything is working great, except the catchall. If I want to bounce, a first line like "# bounce-no-mailbox" in the .qmail file works,