similar to: problem configuring deliver in LDAP environment.

Displaying 20 results from an estimated 600 matches similar to: "problem configuring deliver in LDAP environment."

2024 Jan 29
1
A computer in the Domain got stuck with and old username
On Mon, 29 Jan 2024 22:07:36 +0100 "Dr. Nicola Mingotti" <nmingotti at gmail.com> wrote: > Done, it says what I would expect, the Domain Controller name is DC1 > > foo at dc1> sudo samba-tool user show nicola > ERROR: Failed to get password for user 'nicola': Unable to find user > "nicola" > > foo at dc1> sudo samba-tool user show
2008 Apr 19
2
[LLVMdev] CodeGen fails for CallInst with label
On Sat, Apr 19, 2008 at 2:16 PM, Chris Lattner <sabre at nondot.org> wrote: > No. The reason we don't allow this is because it violates the CFG. So if I *don't* violate the CFG, would I still need to do something close to "big and nasty"? ; save the address of %otherPath to use later call @llvm.checkpoint(label %otherPath) ; trick the rest of the compiler to
2008 Apr 19
0
[LLVMdev] CodeGen fails for CallInst with label
On Apr 19, 2008, at 1:30 PM, Edward Lee wrote: > On Sat, Apr 19, 2008 at 2:16 PM, Chris Lattner <sabre at nondot.org> > wrote: >> No. The reason we don't allow this is because it violates the CFG. > So if I *don't* violate the CFG, would I still need to do something > close to "big and nasty"? It sounds like you're doing something STM like, have
2008 Apr 18
0
[LLVMdev] Giving labels to intrinsics and getting the address
call void @llvm.branchlike(label %thelabel) Is it possible to give a label/BasicBlock* to an intrinsic? Similar to labels for branches. No label type is currently defined in Intrinsics.td, but would it be possible to add it there and ValueTypes.td? But I also want to take the address and put it into a physical register and emit a desired x86 instruction. Assuming I have the label, I should be
2023 Jan 12
2
Fwd: Can Samba just store ACL information (without interpreting it) without AD?
Hi, I read several articles on the internet, but I fail to understand how ACL storage technically works. Of course in almost any case, ACL should not only be stored but also evaluated, and for this this Samba server needs to be a member of the AD domain. I think I understand this, but I have a different use case. I hope someone can help and possibly has a link or such. I have a samba instance
2013 Aug 24
1
Dovecot LDA
OK, I did read <http://wiki2.dovecot.org/LDA> but it doesn't answer the question I have since it doesn't tell me what I can do with -o, exactly. What I would like to do is be able to call dovecot-lda and pass along '\\Seen', is that possible? -- Up the airy mountains, down the rushy glen... From ghosties and bogles and long-leggity beasties... My mother said I never
2005 Aug 04
0
[PATCH 6/11] Xenstore watch rework
# HG changeset patch # User Rusty Russell <rusty@rustcorp.com.au> # Node ID b0de1894df67ac7c7d905bf61cdf0210b42752cc # Parent ba5d5bd28edf8bce89bdf9fc64047ee4f1dceded Xenstore watch rework Change watches to all fire simultaneously, removing priority argument. Watches no longer fired back to connection/domain which caused event. Fix up testsuite to match Use state enum, rather than return
2011 Feb 10
0
LDAP quota groups
Is there any way to have a per-LDAP-group quota? The OpenLDAP folk's suggestions are to hack the source for an overlay (ideal, but it looks somewhat involved) or to do it at the application (Dovecot). I've added an LDAP userattr 'quotaMegaBytes' which is great for allowing me to override the server's default quota on a per-user basis, but ideally I'd be able to
2011 Nov 22
2
"%d" does not expand to domain on wildcard search
Hi, I found that doing a wildcard search with doveadm doesn't expand the %d global variable when doing a wildcard search like: doveadm search *@domain ALL LARGER 10000k doveadm(root): Error: User listing returned failure doveadm: Error: Failed to iterate through some users In /var/log/dovecot.log: Nov 22 20:48:07 auth-worker: Debug: ldap: iterate: base=vd=%d,dc=domain scope=subtree
2015 Jun 21
0
Duplicate mails with pop3 + dsync replication
FWIW I just tried the sdbox mailbox format for a singe user (not the whole installation) by overriding the mail-userattr via ldap and the problem persists, so I don?t think it?s an issue with maildir per se, but rather a pop3 / replication issue or a misconfiguration on my side. Wolfgang > On 20 Jun 2015, at 22:29, Wolfgang Hennerbichler <wogri at wogri.com> wrote: > > Hi, >
2011 Oct 27
1
Mail lost - maybe a bug???
Hello everybody I'm struggling against what seems a really serious trouble: sometimes mail get lost I did all the possible checks, but they seems really lost - I know is absurd, but it seems so it has been noticed by two users on my server: intially I tought that was their mistake (mail deleted, mail into spam, ecc), but it wasn't I deeply checked mail logs, and it seems that
2005 Jun 05
1
SOLVED? HELP! After upgrade, can't get at my shares
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Commented this out in the homes share and the problem went away: ;hide special files = Yes What happened: 1. I rarely ever do upgrades. Since I keep good backups, I almost always do clean installs. Keeps me honest with the backups for one thing. Anyway, under these conditions Mandriva will sometimes assume that any subdirectory under /home is
2015 Jun 22
2
Duplicate mails with pop3 + dsync replication
It turns out that if I enable this option: pop3_deleted_flag = "$POP3Deleted? The issue no longer persists. I have to manually expunge the kept mails that have been deleted via pop3 though: doveadm expunge mailbox INBOX KEYWORD '$POP3Deleted' -A Wolfgang > On 21 Jun 2015, at 21:05, Wolfgang Hennerbichler <wogri at wogri.com> wrote: > > FWIW I just tried the sdbox
2009 Jan 15
1
multiple registration to sip trunking provider.
a strange problem of multiple sip registrations and peer selection in sip.conf is calling for your suggestions!! let's examine this scenario: some numbers and passwords hidden with HHHs to protect the guilty :) I have 3 distinct sip subscriptions with cordiaip.net provider in US. For each of these i insert in sip.conf (with peer name differences and relefant number/password differences,
2008 Apr 19
0
[LLVMdev] CodeGen fails for CallInst with label
On Apr 19, 2008, at 12:04 PM, Edward Lee wrote: > On Sat, Apr 19, 2008 at 1:27 PM, Chris Lattner <sabre at nondot.org> > wrote: >> On Apr 19, 2008, at 1:30 AM, Edward Lee wrote: >>> It seems like LLVM happily creates function calls that pass in >>> labels >>> but doesn't know how to emit them. >> Yep, this isn't supported. We
2008 Apr 19
2
[LLVMdev] CodeGen fails for CallInst with label
On Sat, Apr 19, 2008 at 1:27 PM, Chris Lattner <sabre at nondot.org> wrote: > On Apr 19, 2008, at 1:30 AM, Edward Lee wrote: > > It seems like LLVM happily creates function calls that pass in labels > > but doesn't know how to emit them. > Yep, this isn't supported. We can't quite enforce it as invalid at > this moment, but don't expect it to work.
2017 Jul 11
2
old hardware / minimal netinstall -> CPU fan control
I have just installed CentOS 6 i386 onto an old rack server (it's gonna be a Bacula storeage server and is a 1U 1/2 depth chassis) I did a minimum netinstall and so far so good. However, I have one problem. The CPU fan is going at full speed constantly. Not a real problem apart from (a) it will affect the fan's lifespan and (b) it's noisy. I've done some Googling and found
2017 Jul 11
2
old hardware / minimal netinstall -> CPU fan control
Fred Smith wrote: > On Tue, Jul 11, 2017 at 12:05:55PM +0100, Gary Stainburn wrote: >> I have just installed CentOS 6 i386 onto an old rack server (it's gonna >> be a Bacula storeage server and is a 1U 1/2 depth chassis) >> >> I did a minimum netinstall and so far so good. However, I have one >> problem. >> The CPU fan is going at full speed constantly.
2017 Jul 11
0
old hardware / minimal netinstall -> CPU fan control
On Tue, Jul 11, 2017 at 12:05:55PM +0100, Gary Stainburn wrote: > I have just installed CentOS 6 i386 onto an old rack server (it's gonna be a > Bacula storeage server and is a 1U 1/2 depth chassis) > > I did a minimum netinstall and so far so good. However, I have one problem. > The CPU fan is going at full speed constantly. Not a real problem apart from > (a) it will
2017 Jul 11
0
old hardware / minimal netinstall -> CPU fan control
Warning:I'm new to CentOS and have not tested the suggestion below (with Linux). So please research if it sounds like a good idea. It may be worth trying to bypass the issue by installing VMware ESXi and setting up CentOS as a virtual machine. This will give you additional control and backup options for the system. Gavin On Wed, 12 Jul 2017, 04:22 <m.roth at 5-cent.us> wrote: >