search for: separat

Displaying 20 results from an estimated 55 matches for "separat".

Did you mean: separate
2003 Mar 26
1
formal methods and classes and capitalization conventions
...own if they like: New-style classes: full capitalization, e.g., ExprSet, AffyBatch, MarrayNorm New-style generic functions: lower case first word, e.g., maNorm, normalize, rma, geneNames Old-style generic functions: leave as they are Non-generic functions: lowercase, with very sparing use of dot separaters Members of data classes: lowercase, possibly with dot separaters Function arguments: lowercase, possibly with dot separaters Packages: lowercase, e.g., affy, marraynorm I would be happy myself with almost any convention. What I am looking for are guidelines of good practice for a someone devel...
2015 Feb 13
2
Problem with "kerberos method = secrets and keytab"
...the domain (told in the wiki). Now I generated one manually and now it works. I'm not frustrated at all. I see a lot of advantages for me, even if it doesn't work. Right now we have a system with Bind9, OpenLDAP, Kerberos, NFS4, Samba3 on the server side. I had to configere each service separatly and then make them work together. Now all is one service with one wiki and one mailing list, if I'm having trouble. The different services inside Samba4 already work together. And up to now I always got a feedback from the samba mailing list. So everything is fine! Thanks to all!! -- Vie...
2016 Jul 26
2
New password hashing scheme as plugin
...#39;t need to link a lib, but need to use a hook to register the new hashing scheme, since the plugin is loaded into an already existing process, which needs to get extended. If this is true, which hook would that be and how do I register the new scheme? Or is there no way to accomplish this via a separated .so plugin? Should I extend the sources in /src/auth instead? (separat file for the hashing scheme with preprocessor instructions to include it only on demand) Thank you very much, Andreas
2012 Sep 06
4
[PATCH] pygrub: always append --args
...t;--args=something"'' the additional arguments from the config file are not passed to the kernel. The reason for that incorrect behaviour is that run_grub appends arg only if the parsed config file has arguments listed. Fix this by appending args from image section and the config file separatly. To avoid adding to a NoneType initialize grubcfg[''args''] to an empty string. This does not change behaviour but simplifies the code which appends the string. Signed-off-by: Olaf Hering <olaf@aepfle.de> diff -r 19d367bf07b7 -r 8a2eef481d3a tools/pygrub/src/pygrub --- a/t...
2018 May 29
2
move LDAP service to new server
On my old Centos 7 server I had set up a LDAP database for user authentication by other services (the server locally uses normal PAM authenticatin). I set it up originally from a web page describing how to set up an LDAP server for use with MS Outlook clients (which never worked) Is there any (easy to follow) instructions anywhere to tell me how to back up this service and restore it onto a
2005 Apr 19
1
Manual for package "methods"
...D Rd2dvi --pdf /usr/local/lib/R/library/methods but the result is odd, the ToC shows only "as" and "setOldClass" and it does not compile all man pages, the pdf has only 30 pages ... I know I can simply print section 6 of the refman but then I will have to print ToC and Index separatly. Is there a process to produce this document ? Thanks EJ
2016 Aug 01
3
New password hashing scheme as plugin
...gister > > the new hashing scheme, since the plugin is loaded into an already > existing > > process, which needs to get extended. If this is true, which hook would > > that be and how do I register the new scheme? > > > > Or is there no way to accomplish this via a separated .so plugin? Should > I > > extend the sources in /src/auth instead? (separat file for the hashing > > scheme with preprocessor instructions to include it only on demand) > > > > > > > > Thank you very much, > > > > Andreas > > Can you publi...
2005 Aug 31
1
Samba 3 problem with inheritation POSIX ACLs
...;inherit" at the filesystem is disabled by using setfacl -k - ACE exist for ann to allow Read and eXecute and Write /a/a_ann/anyfolder and file /a/a_ann/anyfolder/anyfiles - "inherit" is _not_ disabled - no special ACE set ... and so on for all the other subfolders of /a with separat username My Problem: If a new user needs an new folder at /a for instance /a/a_sebastian i create them and setup a new ACE at /a to allow the user sebastian Read an eXecute at /a. At this moment it seems as if Samba changes the ACL of all subfolders of /a to re-enable the ACL-inherit of the pos...
2008 Aug 19
3
hald-addon-usbhid-ups
Ladies and Gentlemen, I have been playing around with Arnaud's new HAL stuff a bit, and have some questions and observations. First my configuration: my UPS (Peter may remember): ups.mfr: APC ups.model: Back-UPS ES 650 ups.productid: 0002 ups.firmware: 818.w1.D ups.firmware.aux: w1 kernel: 2.6.18-92.1.6.el5 hal-0.5.8.1-35.el5, nut based on nut-2.2.2.tar.gz, small changes to
2016 Aug 01
2
New password hashing scheme as plugin
...plugin is loaded into an already > > > existing > > > > process, which needs to get extended. If this is true, which hook would > > > > that be and how do I register the new scheme? > > > > > > > > Or is there no way to accomplish this via a separated .so plugin? Should > > > I > > > > extend the sources in /src/auth instead? (separat file for the hashing > > > > scheme with preprocessor instructions to include it only on demand) > > > > > > > > > > > > > > > > Th...
2009 Jan 08
2
Compiling Samba 3.2.7 fails on RHEL 4
...returned 1 exit status > error: Bad exit status from /var/tmp/rpm-tmp.hnGqfK (%build) > > > RPM build errors: > Bad exit status from /var/tmp/rpm-tmp.hnGqfK (%build) > makerpms.sh: Done. that's a relict in the spec file, I think. We don't need to build [u]mount.cifs separatly any longer. Please try the attached apcth and re-run makerps.sh. Does that solve the problem? Karolin
2017 Jun 03
2
Logging the click data
...up Omega CGI on my system to have a better grasp over how things actually look like when using different templates. This helped me look at things associated with logging the click data from a better perspective. As already documented on the project's wiki page, we need the following fields in separater columns: 1. ID: some identifier for each entry 2. QUERY: text of the query 3. URLs: list of the URLs of the documents displayed on the result page 4. CLICKS: list of clicks where each element is the number of times the corresponditng URL was clicked It seems more natural to me to implement a se...
2020 Jul 14
0
[PATCH v4 28/75] x86/idt: Split idt_data setup out of set_intr_gate()
...roedel at suse.de> The code to setup idt_data is needed for early exception handling, but set_intr_gate() can't be used that early because it has pv-ops in its code path, which don't work that early. Split out the idt_data initialization part from set_intr_gate() so that it can be used separatly. Signed-off-by: Joerg Roedel <jroedel at suse.de> --- arch/x86/kernel/idt.c | 22 ++++++++++++++-------- 1 file changed, 14 insertions(+), 8 deletions(-) diff --git a/arch/x86/kernel/idt.c b/arch/x86/kernel/idt.c index b920f2352df5..367eb6a593dd 100644 --- a/arch/x86/kernel/idt.c +++ b/a...
2020 Aug 24
0
[PATCH v6 29/76] x86/idt: Split idt_data setup out of set_intr_gate()
...roedel at suse.de> The code to setup idt_data is needed for early exception handling, but set_intr_gate() can't be used that early because it has pv-ops in its code path, which don't work that early. Split out the idt_data initialization part from set_intr_gate() so that it can be used separatly. Signed-off-by: Joerg Roedel <jroedel at suse.de> Reviewed-by: Kees Cook <keescook at chromium.org> Link: https://lore.kernel.org/r/20200724160336.5435-29-joro at 8bytes.org --- arch/x86/kernel/idt.c | 22 ++++++++++++++-------- 1 file changed, 14 insertions(+), 8 deletions(-) diff...
2018 May 31
0
move LDAP service to new server
...e any (easy to follow) instructions anywhere to tell me how to back up > this service and restore it onto a new one? This is basically running slapcat on your old server and slapadd on the new one. openldap config can be either stored as files on disk or inside of the LDAP and must be handled separatly. best regards Ulf
2015 Feb 13
0
Problem with "kerberos method = secrets and keytab"
...re in the wiki it says that the conf file will be created ? > > I'm not frustrated at all. I see a lot of advantages for me, even if it doesn't work. Right now we > have a system with Bind9, OpenLDAP, Kerberos, NFS4, Samba3 on the server side. I had to > configere each service separatly and then make them work together. > > Now all is one service with one wiki and one mailing list, if I'm having trouble. The different > services inside Samba4 already work together. And up to now I always got a feedback from the > samba mailing list. So everything is fine! Thanks...
2015 Feb 13
1
Problem with "kerberos method = secrets and keytab"
...wasn't created automatically. > > > I'm not frustrated at all. I see a lot of advantages for me, even if it > > doesn't work. Right now we have a system with Bind9, OpenLDAP, Kerberos, > > NFS4, Samba3 on the server side. I had to configere each service > > separatly and then make them work together. > > > > Now all is one service with one wiki and one mailing list, if I'm having > > trouble. The different services inside Samba4 already work together. And > > up to now I always got a feedback from the samba mailing list. So > &...
2017 Nov 01
0
kerberos + winbind + AD authentication for samba 4 domain member
...used when logging to machine, and my issue with > kinit is when mapping is done from local to UPN. > > > I removed whole /usr/local/samba dir, installed from scratch, > re-added to domain, recreated krb5.keytab, and issue is 100% the same. > > > I tried changing winbind separater from default to + and changed > krb5.conf rule accordingly, it changed nothing. Issue is not with > kerberos for login, it works a-ok. The issue is that for whatever > reason POSIX user is used with full name as principal. > > When i changed winbind separator, my posix user was &...
2007 Mar 19
2
dovecot + ldap
hi... i want to know how schema dovecot uses to use with ldap -- Salu2 ;)
2009 Apr 23
2
expire tool - individual user/folder?
Hello, is the expire plugin usable to delete mails with different settings for each individual user? If i view sample config at http://wiki.dovecot.org/Plugins/Expire it looks like expire-data are related to foldernames. Is it possible to let each user "activate" the expire-plugin for different folders with different settings? Thanks, Andre