similar to: Password policy not being used

Displaying 20 results from an estimated 3000 matches similar to: "Password policy not being used"

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
2011 Apr 04
0
iptables errors with guest
Hi, I've just set up a fedora14 guest on a fedora14 server, and just noticed the following in messages: Apr 4 16:29:50 fc14 libvirtd: 16:29:50.767: error : virRunWithHook:857 : internal error '/sbin/iptables --table mangle --delete POSTROUTING --out-interface virbr0 --protocol udp --destination-port 68 --jump CHECKSUM --checksum-fill' exited with non-zero status 2 and signal 0:
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
2010 Jun 22
1
Running SIP on non-standard ports
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 I want to have the ability to have anonymous SIP calls hit my server but I want to run it on different ports and create an SRV record for my target domain. My understanding of SIP is limited, but in a nutshell I want to accomplish the following: - - run SIP signaling on port 6200 - - create RTP ports on 6201-62XX Do I really need 10k ports open for
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 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 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 Jun 24
2
issues with shared disk
Hello, How to mount a disk with ocfs2 FS in one node to another . Let ys say I have /dev/sda mounted on /u01 in node 1 . I need to access it from nod2 . Any solutions ? I am using ubuntu 8.10 Node 1 ====== root at 110:~# /etc/init.d/o2cb status Module "configfs": Loaded Filesystem "configfs": Mounted Module "ocfs2_nodemanager": Loaded Module
2009 Jan 22
3
Failure to boot from zfs on Sun v880
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi. I am trying to move the root volume from an existing svm mirror to a zfs root. The machine is a Sun V880 (SPARC) running nv_96, with OBP version 4.22.34 which is AFAICT the latest. The svm mirror was constructed as follows / d4 m 18GB d14 d14 s 35GB c1t0d0s0 d24 s 35GB c1t1d0s0 swap d3