Displaying 20 results from an estimated 90 matches for "schierer".
Did you mean:
scherer
2020 Aug 31
2
using %d as a variable in the ldap search base
...on for dc=%d, but
not for ou=%d. this is certainly not documented, and seems like wrong
behavior, since having an ou in a search base is valid.
I'm including configuration information below. Please let me know if I've missed including information that is required.
Thanks!
Luke
luke at schierer@littera001:/etc/dovecot$ lsb_release -rd
Description: Ubuntu 18.04.5 LTS
Release: 18.04
luke at schierer@littera001:/etc/dovecot$
luke at schierer@littera001:/etc/dovecot$ dpkg -l | grep -i dovecot
ii dovecot-core 1:2.2.33.2-1ubuntu4.6 amd64
ii dovecot-imapd 1:2.2.33.2-1ubuntu4.6 amd64
ii doveco...
2020 Sep 01
2
using %d as a variable in the ldap search base
...er,userPassword=password,host=host,homeDirectory=userdb_home,uidNu
> mber=userdb_uid,gidNumber=userdb_gid
>
> However I did not have any issues authenticating against ldap with yours
> also. But using the %u
>
>
>
>
>
> -----Original Message-----
> From: Luke Schierer [mailto:luke-dovecot at schierer.org]
> Sent: maandag 31 augustus 2020 21:32
> To: dovecot at dovecot.org
> Subject: using %d as a variable in the ldap search base
>
> Hi,
>
> I'm trying to configure dovecot to use LDAP authentication directly, and
> I'm having a...
2020 Aug 31
0
using %d as a variable in the ldap search base
...(objectClass=posixAccount)(uid=%u)
pass_attrs =
uid=user,userPassword=password,host=host,homeDirectory=userdb_home,uidNu
mber=userdb_uid,gidNumber=userdb_gid
However I did not have any issues authenticating against ldap with yours
also. But using the %u
-----Original Message-----
From: Luke Schierer [mailto:luke-dovecot at schierer.org]
Sent: maandag 31 augustus 2020 21:32
To: dovecot at dovecot.org
Subject: using %d as a variable in the ldap search base
Hi,
I'm trying to configure dovecot to use LDAP authentication directly, and
I'm having a bit of trouble. I have a somewhat unus...
2020 Sep 01
0
using %d as a variable in the ldap search base
...rPassword=password,host=host,homeDirectory=userdb_home,uid
> Nu
> mber=userdb_uid,gidNumber=userdb_gid
>
> However I did not have any issues authenticating against ldap with
> yours also. But using the %u
>
>
>
>
>
> -----Original Message-----
> From: Luke Schierer [mailto:luke-dovecot at schierer.org]
> Sent: maandag 31 augustus 2020 21:32
> To: dovecot at dovecot.org
> Subject: using %d as a variable in the ldap search base
>
> Hi,
>
> I'm trying to configure dovecot to use LDAP authentication directly,
> and I'm having a...
2007 Sep 13
4
Eliminate pending signing requests
Hello,
How can I eliminate pending signing requests with puppetca?
2007 Oct 16
30
Template Nodes considered harmful
...source is not the freedom from cost, but the free-
dom to shape software to do what you want. This freedom is /never/ exercised
without cost, but is available /at all/ only by accepting the very different
costs associated with open source, costs not in money, but in time and effort.
- -- http://www.schierer.org/~luke/log/20070710-1129/on-forks-and-forking
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)
iD8DBQFHFIXa/Pp1N6Uzh0URAvBoAJ45ucX1DtnQWdIAtX7r7+CO22CwXwCfXqk/
FBF32k7roQCJYnJ1x4KWshg=
=9mYX
-----END PGP SIGNATURE-----
2007 Oct 13
1
Native MySQL Type
...source is not the freedom from cost, but the free-
dom to shape software to do what you want. This freedom is /never/ exercised
without cost, but is available /at all/ only by accepting the very different
costs associated with open source, costs not in money, but in time and effort.
- -- http://www.schierer.org/~luke/log/20070710-1129/on-forks-and-forking
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)
iD8DBQFHEIM4/Pp1N6Uzh0URAnaBAJ9+gf3B4kMpeiHwMtO2EeDtiBU1+QCeJdx+
PT8bICkvvG9HekB4rFaS2rE=
=lCoW
-----END PGP SIGNATURE-----
2007 Dec 01
6
Building files from snippets
Hi there,
I''m facing a problem that I think it''s common enough to be solved directly
by puppet or at least have a best practice recommended: building a config
file from snippets. I''m thinking for example about a dns zone and hosts
inside that zone, ldap server and ldap databases, samba server and samba
shares, a firewall config and firewall rules,... The first part of
2007 Nov 16
3
File copy problem
I''ve got puppet to do some interesting things in my development farm. However getting a file to disk has me stumped. I''m pretty sure I''m making a simple mistake but I''ve been over it and I don''t see it.
Aside: the Type Reference claims that ''it is expected that the file element will be used less and less to manage content''. Is
2007 Sep 27
4
current state is silly?
The following manifest is causing an error/warning and permissions are
not set. i do not understanding why:
file { "/diskless/swaps":
ensure => directory,
owner => nfsnobody,
group => nfsnobody,
mode => 1777;
}
The error is:
Fri Sep 21 14:53:05 EST 2007
2007 Sep 11
5
Node behavior
Hello,
I am rather new to Puppet and am starting to test it out for use on a
client''s servers. I am running into difficulty with node behavior. I
want to specify a different firewall for every server. The default
"basenode" works (applies the various files/functions/etc to all the
servers just fine). However, when I specify the following (see
nodes.pp, specifically),
2007 Nov 08
3
Downloading a file into a directory that does not exist
Hello again, all:
When downloading a file from the puppetmaster''s fileserver, like so:
==========SNIP==========
define install_file ($mode = 0644, $owner = ''root'', $group = ''root'') {
file { "${name}":
source => [
"puppet://${puppetserver}/dist/files/${name}_${operatingsystem}",
2007 Nov 13
4
Fileserver configuration Files are created but not replaced
Hi all,
I have a slightly confusing Problem with fileserving.
# /etc/puppet/manifests/classes/ntp.pp
class ntp {
file { "ntp.conf":
path => "/etc/ntp.conf",
source => "puppet://$puppet_server/files/ntp.conf",
ensure => present,
mode => 644,
owner => root,
group => root,
}
}
Creating missing Files
2007 Dec 20
11
No networking
I''m trying to run puppet on a node I''m cloning from CD. No IP, no DNS,
puppet with a standalone manifest and --use-nodes.
I get dnsdomainname errors and a "Network is unreachable" error. I''m
using 0.20, but I checked for new options in 0.23 and didn''t see one
to turn off networking.
Is this an option?
Thanks.
2007 Nov 26
2
Unable to launch puppetmasterd after installing mongrel
Moving to mongrel as our footprint has grown considerably.
Configs worked fine before but for some reason we are unable to start
puppet on the new host.
Any help would be greatly appreciated.
-jeff
Centos 5
# ruby -v
ruby 1.8.5 (2006-08-25) [i386-linux]
# gem list mongrel
*** LOCAL GEMS ***
mongrel (1.0.1)
A small fast HTTP library and server that runs Rails, Camping,
Nitro
and
2008 May 30
5
Best practice for user accounts
Hello folks,
As we rebuild all of our servers from a variety of distributions to
one standardised distribution, we''re running into the fact that
several servers have conflicting ideas of who UID 501 is. Since we''re
rebuilding, that''s not really an issue - I''ve started at 500 in a
virtual_users.pp file, and I''m realizing users in the per-node
2007 Aug 23
10
Using resource names in templates...
Hi all,
I''ve been turning my head upside down to find a solution on the
following problem:
I have a samba fileserver and need to make puppet do:
1. Create groups
2. Create directories with group rights
3. Create an smb-shares.conf from a template that can be included in
the main smb.conf.
To do this I need to have a combination of sharename and group _and_
create the
2007 Oct 28
9
openvpn recipe: comments, suggestions, help
Good day,
First off, I''m a complete puppet newbie, this openvpn recipe is pretty
much the first puppet work I''ve done so be gentle :-)
Secondly, the openvpn setup for Debian (and systems based on Debian)
allows each openvpn network (tunnel) to be specified using a separate
config file for each: /etc/openvpn/<vpn>.conf
Each tunnel can be then stopped/started/restarted
2007 Aug 16
6
definitions v. plugins
i was looking at the simple text recipes wiki:
http://reductivelabs.com/trac/puppet/wiki/SimpleTextRecipes
and based on that wrote something that can ensure a certain variable in a
config file is set to a specific value, using a specific delimiter as
requested (defaults to a space). this seems to work great at managing all
sorts of unix and mac config files (sshd_config, hostconfig on macs).
2007 Nov 01
2
Nodes and defaults question
Hi there,
If I have a manifest with, say:
node default { ..stuff.. }
node mymachine { ..stuff.. }
What would happen on mymachine: will the stuff in default be executed
*as well as* the stuff in default, or only the stuff in mymachine?
And, if the latter, should I move global stuff just to global scope
outside of nodes?
Thanks
-Iwan