Displaying 20 results from an estimated 55 matches for "separater".
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 develop...
2015 Feb 13
2
Problem with "kerberos method = secrets and keytab"
Hi Peter,
thanks for your hints. The point is, that no /etc/krb5.conf was generated automatically when
joining 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
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
# HG changeset patch
# User Olaf Hering <olaf@aepfle.de>
# Date 1346945306 -7200
# Node ID 8a2eef481d3ab3ca5692dd0083c95cf314fe1da3
# Parent 19d367bf07b7687b831c212a57a70e73ea14d3b7
pygrub: always append --args
If a bootloader entry in menu.lst has no additional kernel command line
options listed and the domU.cfg has ''bootargs="--args=something"'' the
additional
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"
Hi,
I want to compile the manual for "methods" so that I can have the usual
indexed man pages in a single document with a ToC. I've tried with
R CMD 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
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
My apologies if I sent this email to Seeger directly in error.
Any clues to the problem I posted below?
Thanks!
Marc
-----Original Message-----
From: Taylor, Marc
Sent: Tuesday, January 06, 2009 14:06
To: 'Karolin Seeger'
Subject: RE: [Samba] compiling 3.2.6 fails on fedora 10 i386
Karolin,
I just downloaded Samba-3.2.7 and ran into the same problem that Adam
ran into (I am using
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 seco...
2020 Jul 14
0
[PATCH v4 28/75] x86/idt: Split idt_data setup out of set_intr_gate()
From: Joerg Roedel <jroedel 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>
---
2020 Aug 24
0
[PATCH v6 29/76] x86/idt: Split idt_data setup out of set_intr_gate()
From: Joerg Roedel <jroedel 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>
2018 May 31
0
move LDAP service to new server
On Tue, May 29, 2018 at 03:57:43PM +0100, Gary Stainburn wrote:
> Is there 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
2015 Feb 13
0
Problem with "kerberos method = secrets and keytab"
On 13/02/15 10:26, Andreas Hauffe wrote:
> Hi Peter,
>
> thanks for your hints. The point is, that no /etc/krb5.conf was generated automatically when
> joining the domain (told in the wiki). Now I generated one manually and now it works.
/etc/krb5.conf is never created automatically when you join the domain,
/etc/krb5.keytab is, so can you point to where in the wiki it says that
the
2015 Feb 13
1
Problem with "kerberos method = secrets and keytab"
Am Freitag, 13. Februar 2015, 11:04:26 schrieb Rowland Penny:
> On 13/02/15 10:26, Andreas Hauffe wrote:
> > Hi Peter,
> >
> > thanks for your hints. The point is, that no /etc/krb5.conf was generated
> > automatically when joining the domain (told in the wiki). Now I generated
> > one manually and now it works.
> /etc/krb5.conf is never created automatically
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