Displaying 20 results from an estimated 200 matches similar to: "Dovecot 2 LDAP "unknown user""
2016 Nov 02
2
Dovecot 2 LDAP "unknown user"
I updated dovecot-ldap.conf.ext so that it now reads as below:
#Custom Settings
hosts = 192.168.153.143
dn = user at domain.com
dnpass = password
auth_bind = yes
auth_bind_userdn = %u at domain.com
ldap_version = 3
base = dc=rpservices,dc=com
#user_filter = (&(objectclass=person)(mail=%u))
user_filter = (&(objectclass=person)(uid=%u))
pass_filter = (&(objectclass=person)(uid=%u))
2016 Nov 03
2
Dovecot 2 LDAP "unknown user"
Thanks for your reply again Steffen.
The command doveadm user -u username successfully returns the username and
any information it can for the user in AD. As a matter of fact, I entered
some home directory information in AD and this command returned the User's
Home Directory as well. Is it a problem though that the telnet test won't
work?
On Thu, Nov 3, 2016 at 2:36 AM, Steffen Kaiser
2016 Nov 04
3
Dovecot 2 LDAP "unknown user"
Sorry yes, peter is the unmangled user name.
On Fri, Nov 4, 2016 at 2:18 AM, Steffen Kaiser <
skdovecot at smail.inf.fh-brs.de> wrote:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> On Thu, 3 Nov 2016, Peter Fraser wrote:
>
> The command doveadm user -u username successfully returns the username and
>> any information it can for the user in AD. As a matter of
2016 Nov 03
0
Dovecot 2 LDAP "unknown user"
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
On Wed, 2 Nov 2016, Peter Fraser wrote:
> #Custom Settings
> hosts = 192.168.153.143
> dn = user at domain.com
> dnpass = password
> auth_bind = yes
> auth_bind_userdn = %u at domain.com
> ldap_version = 3
> base = dc=rpservices,dc=com
> #user_filter = (&(objectclass=person)(mail=%u))
> user_filter =
2016 Nov 04
0
Dovecot 2 LDAP "unknown user"
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
On Thu, 3 Nov 2016, Peter Fraser wrote:
> The command doveadm user -u username successfully returns the username and
> any information it can for the user in AD. As a matter of fact, I entered
> some home directory information in AD and this command returned the User's
> Home Directory as well. Is it a problem though that the telnet
2016 Nov 02
0
Dovecot 2 LDAP "unknown user"
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
On Tue, 1 Nov 2016, Peter Fraser wrote:
> root at BSD-11:/usr/local/etc/dovecot # doveadm auth test username
> Password:
> passdb: user auth succeeded
> extra fields:
> user=username
> root at BSD-11:/usr/local/etc/dovecot #
>
> But when I run telnet 127.0.0.1 110 and try to log in it says unknown user.
> Error below in
2016 Nov 06
0
Dovecot 2 LDAP "unknown user"
I finally managed to get this going but I have noticed in my case that:
1. I need to make sure the user logon name in AD and the samAccountname are
exactly the same, case and all. It seems postfix
uses the samAccountname and Dovecot the User logon name.
2. I also noticed that if the Display name for a user in AD is blank, that
user cannot log in using telnet <server ip> 110.
I am quite
2014 Sep 09
6
[Bug 2273] New: The group of the tunnel device needs to match with the group of the connecting ssh user
https://bugzilla.mindrot.org/show_bug.cgi?id=2273
Bug ID: 2273
Summary: The group of the tunnel device needs to match with the
group of the connecting ssh user
Product: Portable OpenSSH
Version: 6.6p1
Hardware: amd64
OS: Linux
Status: NEW
Severity: normal
Priority: P5
2003 Jul 29
2
Rebooting to hard drive from DOS floppy
Hi all,
Do any of you have any ideas for getting a DOS floppy to reboot to the hard
drive (which may contain Windows 98 or XP or Linux or Novell etc etc)? I
want to use syslinux, but it does not support the localboot option like
pxelinux and isolinux do.
Basically, I want to boot DOS from a floppy, run some DOS stuff, then reboot
to the hard drive while leaving the floppy disk in the drive.
2014 Aug 29
90
[Bug 2266] New: Bugs intended to be fixed in 6.8
https://bugzilla.mindrot.org/show_bug.cgi?id=2266
Bug ID: 2266
Summary: Bugs intended to be fixed in 6.8
Product: Portable OpenSSH
Version: -current
Hardware: Other
OS: All
Status: NEW
Severity: normal
Priority: P5
Component: Miscellaneous
Assignee: unassigned-bugs at
2007 Feb 19
1
need help in reading TOMS observed ASCII data file
Hello R Users,
I am new to R.
I have two data sets i) TOMS aerosol optical depth(AOD) and ii) TOMS
ozone(O3).
>
> AOD data is on 1x1 grid and O3 data is on 5x5 grid.
>
> First I want to read AOD and O3 as it is and then I want to regrid AOD on
> 5x5 grid as O3.
>
> Reading is first problem.
>
> FIRST PROBLEM READING AOD:
>
> AOD data is in following format:
>
2008 Sep 24
1
climatological standard deviation
Hello R users,
I have a montly time series over a several year period.
It's easy to compute a monthly climatology (12 values), Now, I would like to
calculate the corresponding standard deviation, ie the 12 values
calculated from the january values, february values, etc.
What's the best way for such a calculation ?
Regards,
Yogesh
--
Yogesh K. Tiwari (Dr.rer.nat),
Scientist,
Indian
2009 Jul 24
1
how to calculate growth rate of a variable
Dear R Users,
If a variable, say CO2(ppm), is varying with time. Then how to calculate CO2
(ppm) growth rate /a-1
I have CO2 time series (1991-2000), as:
time, year, month, day, hour, min, sec, lat, long, height, CO2
1991.476722 1991 6 24 0 5 0 -38.93 145.15 4270 353.680
1991.476741 1991 6 24 0 15 0 -39.20 145.22 4270 353.950
1991.476747 1991 6 24 0 18 0 -39.43 145.28 4270 353.510
2007 Aug 07
1
how to convert decimal date to its equivalent date format(YYYY.mm.dd.hr.min.sec)
Hello R Users,
How to convert decimal date to date as YYYY.mm.dd.hr.min.sec
For example, I have decimal date in one column , and want to convert and
write it in equivalent date(YYYY.mm.dd.hr.min.sec) in another next six
columns.
1979.000000
1979.020833
1979.041667
1979.062500
Is it possible in R ?
Kindly help,
Regards,
Yogesh
--
Dr. Yogesh K. Tiwari,
Scientist,
Indian Institute
2012 Apr 02
2
how to read netcdf file in R
Dear R Users,
I am using R 2.14.1 on windows
How to read netcdf files in R ?
Which packeges do we need to install for this,
and what commands are used for reading netcdf files.
Thanks,
Best Regards,
Yogesh Tiwari
--
Yogesh K. Tiwari (Dr.rer.nat),
Scientist,
Centre for Climate Change Research,
Indian Institute of Tropical Meteorology,
Homi Bhabha Road,
Pashan,
Pune-411008
INDIA
Phone:
2010 Jun 05
2
how to use 'points' function to plot two curves with errbar
Dear R Users,
I am using R on windows.
how to use 'points' function to plot two curves with errbar
I am doing like:
x.val <- as.integer(names(co2mean))
errbar(x.val, co2mean, co2mean + co2sd, co2mean - co2sd, xaxt='n', col=1,
xlab=NA,ylab=NA)# obs error bar
lines(x.val, co2mean, col=1, lwd=2)
errbar(x.val, co2tm3.month.mean, co2tm3.month.mean + co2sd.tm3,
co2tm3.month.mean -
2009 Mar 27
1
Unable to add machine accounts
I have the exact same problem as this guy:
http://lists.samba.org/archive/samba/2006-September/125699.html
He describes it much better and in much more detail than I could, so
I'll let him speak for me.
Unfortunately, I don't have the same solution. nss_ldap is configured
properly, and things like 'getent passwd' and 'id machine-acct$' show
the machine accounts as
2002 Nov 12
6
tftpd server
Hi
In the pxelinux page, is referred that the tftpd server from
http://tftpd32.jounin.net as working with pxelinux.
However, from the tests I've made, it seems that the 'tsize' option is not
supported.
Anyone has knowledge of a working TFTPD server that runs on Windows NT4?
p.s. it can be shareware, I just want to test it with NT4, I have had
success with the 'builtin'
2010 Jun 17
1
Asterisk SIP/IAX peers can't connect after Firewall change?
Hi all,
I tried searching, so if this has already been discussed please point me in the right direction.
On separate occasions I've seen cases where Asterisk boxes will be unable to register with each other via SIP or IAX2 when a Firewall is replaced. I'll describe two different cases. In both we have three offices connected via IPsec tunnels.
Case 1: High Availability firewall
2011 Jan 10
3
Help with Data Transformation
Greetings,
I am new to R and am having trouble with parsing a file with the following characteristics:
* Individual results for a single sample are written to multiple lines.
* First 16 columns are constant from sample to sample.
* Remaining 10 need to be matched up (cross-tabbed?)
o (the exact contents for the remaining 10 vary from sample to sample, as indicated in