search for: separatly

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

Did you mean: separately
2003 Mar 26
1
formal methods and classes and capitalization conventions
Martin Maechler has suggested that I post this comment to r-devel. It was originally posted to bioconductor. --------------------------------- I'd like to raise the issue of a capitalization convention for naming objects in R. Almost everything in R used to be lowercase but recently there is increasing use of mixed upper/lower case to define names. There is potential for using the
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!! -- Viele...
2016 Jul 26
2
New password hashing scheme as plugin
Hi, I want to add a new password hashing scheme as plugin and provide it for the dovecot project, so that it will be included as optional plugin in future releases. Yet the plugin compiles fine and the .so file gets created. My approach is to call the functions password_scheme_register() and password_scheme_unregister() (src/auth/password-scheme.c) inside the plugin's _init() and _deinit()
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/too...
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
2016-07-31 16:39 GMT+02:00 <aki.tuomi at dovecot.fi>: > > > On July 27, 2016 at 2:08 AM Andreas Meyer <luckyfellow42 at gmail.com> > wrote: > > > > > > Hi, > > > > > > I want to add a new password hashing scheme as plugin and provide it for > > the dovecot project, so that it will be included as optional plugin in > > future
2005 Aug 31
1
Samba 3 problem with inheritation POSIX ACLs
Hi list, i'm using Samba 3.0.14a as standalone-pdc with posix-acl-features. On the fileserver i've mounted an ext3 partition to /home /dev/hdc2 /home type ext3 (rw,usrquota,acl) The following directory structur exists on /home /home +-/public_folder (exported per samba as \\fileserver\public ) | +-/a | +-/a_ann | | +-/anyfolder | | +- anyfiles | +-/a_bert | +-/a_sven | +-/a_eve |
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
> On August 1, 2016 at 4:38 PM aki.tuomi at dovecot.fi wrote: > > > > > On August 1, 2016 at 3:45 PM Andreas Meyer <luckyfellow42 at gmail.com> wrote: > > > > > > 2016-07-31 16:39 GMT+02:00 <aki.tuomi at dovecot.fi>: > > > > > > > > > On July 27, 2016 at 2:08 AM Andreas Meyer <luckyfellow42 at gmail.com> >
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
Hi, I spent this week mostly understanding how the existing templates work and setting 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
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/arc...
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 to...
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 > &gt...
2017 Nov 01
0
kerberos + winbind + AD authentication for samba 4 domain member
On Wed, 1 Nov 2017 17:41:14 +0100 (CET) "k.wirski babkamedica.pl" <k.wirski at babkamedica.pl> wrote: > Thank You, > > /etc/hostname i set it myself, never seen issue with FQDN, I'll > change it > > localdomain in /etc/hosts is from the default config > > this auto krb5.conf.DOMAIN - could it be, that by default samba > builds with heimdall, and
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