search for: complexly

Displaying 5 results from an estimated 5 matches for "complexly".

Did you mean: completly
2019 Jun 10
3
please confirm: sssd not a good idea :)
On 10/06/2019 16:04, vincent at cojot.name wrote: > > There is probably some amount of redtape on this but AFAIK it works > fine for me: My RHEL7.6 hypervisors are joined to my AD DC 4.10.4 VMs > through use of realm '(and thus sssd): > > Here's a RHEL7.6 client: > # realm list > ad.lasthome.solace.krynn > ? type: kerberos > ? realm-name:
2019 Jun 12
0
please confirm: sssd not a good idea :)
...t) do not > support its use with Samba, so it looks like you are on your own if > something goes wrong. > > Moral of the story, stick to using winbindd instead ;-) > > Rowland sssd has other problems. I've worked with it in the last year. It has a variety of under-documented, complexly interwoven subdaemons whose configurations are centalized, erratically and often require hand-tuning, in the sssd.conf settings. It also has a *nasty* behavior with AD or SSSD: it pre-caches *everything* from the LDAP directories it is pointed to, and I mean *everything*. Its configuration supports...
2023 Nov 06
0
I need to create new variables based on two numeric variables and one dichotomize conditional category
...ents in some cases are NOT evaluated until needed. So only one or the other choice ever gets evaluated for each row. My suggestion merely has typographic implications and some aspects of clarity and minor amounts of less memory and parsing needed. But ifelse() is currently implemented somewhat too complexly for my taste. Just type "ifelse" at the prompt and you will see many lines of code that handle various scenarios. ? If you later want to add categories such as ?transgender? with a value of 61 or have other numbers for groups like ?Hispanic male?, you can amend the instructions as long...
2019 Jun 14
2
LMTP doesn't save to +mailbox
Since switching to lmtp in dovecot, mail to user+mailboix at example.com does not get saved in ?.mailbox? as it did with LDA, instead it gets saved into the INBOX. If it matters, these are users who do NOT have a ~/.active_sieve file. I could understand (though it would bene a bit annoying) if the save overrode this mechanism. I did add lmtp_save_to_detail_mailbox = yes in the protocol lmtp
2023 Nov 03
1
[EXTERNAL] RE: I need to create new variables based on two numeric variables and one dichotomize conditional category variables.
Yes, that will halve the number of multiplications. If you?re looking for such optimisations then you can also consider ifelse(G=='male', 65L, 58L). That will definitely use less time & memory if WC is integer, but the trade-offs are more complicated if WC is floating point. Regards, Jorgen Harmse. From: avi.e.gross at gmail.com <avi.e.gross at gmail.com> Date: Friday,