search for: mber

Displaying 13 results from an estimated 13 matches for "mber".

Did you mean: aber
2014 Oct 01
1
CALLERID(num) and CDR(clid) - originate
Hello, A question on channel originating (call files and AMI Originate): How can I change the CALLERID(num) var (because of the E1 provider needs), but having another n?mber (the original one) stored on the "clid" CDR field on the database? A channel agnostic solution would be the best one, without having to deal with the problem based on what type of Tech used for the outgoing call. Thanks already, Gabriel -------------- next part -------------- An HTML...
2020 Aug 24
3
when are these conf.ext files loaded
Are these .conf.ext always loaded? Or only when they are configured somewhere else?
2020 Sep 01
2
using %d as a variable in the ldap search base
...,dc=dddd,dc=eeee,dc=local > dnpass = xxxx > base = ou=asdfadsfa,ou=hhhh,ou=ggg,dc=fffff,dc=eeee,dc=local > scope = subtree > > user_filter = (&(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 august...
2019 Nov 29
3
Error: proxy: Remote returned invalid banner: 220
I had a working proxy setup added sieve to it, and out of the blue I get this Error: proxy: Remote returned invalid banner: 220 No idea what to do, nothing even in the mail list archive
2020 Aug 24
0
Ldap userdb prefetch not working
I am having some issues with getting the prefetch working. In /etc/dovecot/dovecot-ldap.conf.ext I am having: pass_attrs = uid=user,userPassword=password,host=host,homeDirectory=userdb_home,uidNu mber=userdb_uid,gidNumber=userdb_gid If I do an ldap search from this location I am able to get these properties. ldapsearch -LLL -W -s sub -D "uid=test,ou=xx,ou=xx,ou=xx,dc=xx,dc=xx,dc=xx" -b "uid=test,ou=xx,ou=xx,ou=xx,dc=xx,dc=xx,dc=xx" -H ldaps://ldap.local:8443 '(&...
2020 Sep 03
0
ltmp delivery with ldap and prefetch
...to authorize and connect via imap. But I am not able to deliver a message via lmtp I am getting this error message. passdb didn't return userdb entries, trying the next userdb [1] dovecot-ldap.conf.ext pass_attrs = uid=user,userPassword=password,host=host,homeDirectory=userdb_home,uidNu mber=userdb_uid,gidNumber=userdb_gid user_attrs = uid=%{ldap:uidNumber},gid=%{ldap:gidNumber},home=%{ldap:homeDirectory} [2] pass / user db's passdb { args = /etc/dovecot/dovecot-ldap.conf.ext auth_verbose = default default_fields = deny = no driver = ldap master = no mechanisms =...
2020 Aug 31
2
using %d as a variable in the ldap search base
...littera001:/etc/dovecot# cat /etc/dovecot/dovecot-ldap.conf.ext | grep -v ^# | uniq | more hosts = censor001.plerumque.thecrazyguys.net tls = yes tls_require_cert = allow debug_level = 4 auth_bind = yes base = ou=%d,dc=thecrazyguys,dc=net scope = subtree user_attrs = homeDirectory=home,uidNumber=uid,gidNumber=gid user_filter = (&(objectClass=posixAccount)(uid=%n)) blocking = no root at littera001:/etc/dovecot#
2020 Aug 31
0
using %d as a variable in the ldap search base
...ocal:8443 dn = cn=aaaa,cn=bbbbb,ou=ccccc,dc=dddd,dc=eeee,dc=local dnpass = xxxx base = ou=asdfadsfa,ou=hhhh,ou=ggg,dc=fffff,dc=eeee,dc=local scope = subtree user_filter = (&(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...
2020 Sep 01
0
using %d as a variable in the ldap search base
...ddd,dc=eeee,dc=local > dnpass = xxxx > base = ou=asdfadsfa,ou=hhhh,ou=ggg,dc=fffff,dc=eeee,dc=local > scope = subtree > > user_filter = (&(objectClass=posixAccount)(uid=%u) > pass_attrs = > uid=user,userPassword=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 augustu...
2004 Oct 29
1
winbind name service required for active directory (ADS) authentication and group-based authorization?
Hello Samba Gurus, Is using the winbind name service required in order to get authentication AND authorization via ADS? I'll explain further. Goal: create samba share for which clients are authenticated via native ADS and access is based on ADS group membership. I've actually done this in the old Windows NT world. Worked okay. It's wasn't too hard, except for the winbind piece (see problem below.) But, now, I question the necessity of winbind in the case that samba uses ADS authentication. Problem: On Solaris 8, passwd binary will not...
2012 Mar 29
1
Problem authenticating users from openldap + samba
Hello, I have a Debian Squeeze server and want to configure Samba + OpenLDAP on it. Following some documentation I've found over Internet, I see that I must include the "samba schema" in OpenLDAP but apart from this, I've installed on the same server a software called "gosa" and it has a samba schema called "samba3.schema" which I don't know if
2020 Oct 10
1
which() vs. just logical selection in df
Hi R-helpers, Does anyone know why adding which() makes the select call more efficient than just using logical selection in a dataframe? Doesn't which() technically add another conversion/function call on top of the logical selection? Here is a reproducible example with a slight difference in timing. # Surrogate data - the timing here isn't interesting urltext <-
2020 Oct 14
2
which() vs. just logical selection in df
...;s considered best practice to keep it. What is R inoking when which() isn't called explicitly? Is R invoking which() eventually anyway? Cheers! Keith > Message: 2 > Date: Mon, 12 Oct 2020 13:01:36 -0600 > From: Greg Snow <538280 at gmail.com> > To: "1/k^c" <kchamberln at gmail.com> > Cc: r-help <r-help at r-project.org> > Subject: Re: [R] which() vs. just logical selection in df > Message-ID: > <CAFEqCdyUuHh5TZ7t5NJ8cs_4xB61mNeUgasncekD485eBNRK6Q at mail.gmail.com> > Content-Type: text/plain; charset="utf-8" >...