Re: openldap password fails to update

2014-03-08 Thread Stuart Henderson
On 2014-03-07, Stéphane Guedon steph...@22decembre.eu wrote: But when I try to change this user password it fails : # ldappasswd -x -v -D uid=test,ou=users,dc=22decembre,dc=eu \ -w somesecret -s anothersec ldap_initialize( DEFAULT ) Result: Other (e.g., implementation specific) error (80)

Re: OBSD 5.4 and OpenLDAP

2014-03-08 Thread Stuart Henderson
On 2014-03-07, Friedrich Locke friedrich.lo...@gmail.com wrote: Hi folks! I would like to setup a OpenLDAP server using OpenBSD and the ports collection. I wonder if the current OpenLDAP in the ports is still broken ? Do it supports mdb/hdb/bdb ? Thanks a lot. gustavo. OpenLDAP 2.3

Re: openldap password fails to update

2014-03-08 Thread Stéphane Guedon
Le samedi 8 mars 2014, 12:23:19 Stuart Henderson a écrit : On 2014-03-07, Stéphane Guedon steph...@22decembre.eu wrote: But when I try to change this user password it fails : # ldappasswd -x -v -D uid=test,ou=users,dc=22decembre,dc=eu \ -w somesecret -s anothersec ldap_initialize(

ATI Radeon 9200 on Mac Mini

2014-03-08 Thread Jan Stary
This is current/macppc on a Mac Mini, see full dmesg below. It works fine, but the Radeon graphics, which is radeondrm0 at pci0 dev 16 function 0 ATI Radeon 9200 rev 0x01 might have some problems. This is how the boot sequence ends: root on wd0a (d2e7005f40cdabc7.a) swap on wd0b dump on wd0b

Left side and bottom of boot text console off of screen now

2014-03-08 Thread Chris Bennett
As of this update, I have had these two portions of the screen move off of visible area. ++ | | | | | | | |text console | | | | | | | | | | | |

Re: Left side and bottom of boot text console off of screen now

2014-03-08 Thread Nick Holland
On 03/08/14 08:51, Chris Bennett wrote: As of this update, I have had these two portions of the screen move off of visible area. this update ... from what? I'm going to assume from a pre-radeondrm version. ++ | | | | | | |

Re: ATI Radeon 9200 on Mac Mini

2014-03-08 Thread Martin Pieuchot
On 08/03/14(Sat) 14:26, Jan Stary wrote: This is current/macppc on a Mac Mini, see full dmesg below. It works fine, but the Radeon graphics, which is radeondrm0 at pci0 dev 16 function 0 ATI Radeon 9200 rev 0x01 might have some problems. This is how the boot sequence ends: root on wd0a

Re: Left side and bottom of boot text console off of screen now

2014-03-08 Thread Chris Bennett
On Sat, Mar 08, 2014 at 09:06:54AM -0500, Nick Holland wrote: On 03/08/14 08:51, Chris Bennett wrote: As of this update, I have had these two portions of the screen move off of visible area. this update ... from what? I'm going to assume from a pre-radeondrm version. Yes, from quite a

Re: openldap password fails to update

2014-03-08 Thread Matthew Weigel
On Mar 8, 2014, at 6:29 AM, Stéphane Guedon steph...@22decembre.eu wrote: Notably, the user fails to auth and do login (with openbsd login system AND webpages) eventhough password is correct according to ldap itself ! That's a lot more moving parts than just passwords in LDAP. Have you

Re: openldap password fails to update

2014-03-08 Thread Stéphane Guedon
Le samedi 8 mars 2014, 09:09:08 Matthew Weigel a écrit : On Mar 8, 2014, at 6:29 AM, Stéphane Guedon steph...@22decembre.eu wrote: Notably, the user fails to auth and do login (with openbsd login system AND webpages) eventhough password is correct according to ldap itself ! That's a lot

Re: openldap password fails to update

2014-03-08 Thread Stéphane Guedon
Le samedi 8 mars 2014, 17:21:26 Stéphane Guedon a écrit : Le samedi 8 mars 2014, 09:09:08 Matthew Weigel a écrit : On Mar 8, 2014, at 6:29 AM, Stéphane Guedon steph...@22decembre.eu wrote: Notably, the user fails to auth and do login (with openbsd login system AND webpages) eventhough

Re: openldap password fails to update

2014-03-08 Thread Matthew Weigel
On 03/08/2014 12:16 PM, Stéphane Guedon wrote: I am looking through logs and config since the beginning of the day... Actually, asking help on forums or mailing lists is always my last step in solving problems... We try to help. But... giving detailed descriptions of the problem, and showing

sftp -R as ssh_config option

2014-03-08 Thread LEVAI Daniel
Hi! For the life of me I can not find the correspondig ssh option in ssh_config(5) for sftp's -R switch. Is that even configurable with -o ? Daniel -- LÉVAI Dániel PGP key ID = 0x83B63A8F Key fingerprint = DBEC C66B A47A DFA2 792D 650C C69B BE4C 83B6 3A8F

Re: openldap password fails to update

2014-03-08 Thread Stuart Henderson
On 2014-03-08, Stéphane Guedon steph...@22decembre.eu wrote: Notably, the user fails to auth and do login (with openbsd login system AND webpages) eventhough password is correct according to ldap itself ! How are you doing ldap authentication? (i.e. what software are you using, and how does it

Re: openldap password fails to update

2014-03-08 Thread Stéphane Guedon
Le samedi 8 mars 2014, 19:16:07 Stéphane Guedon a écrit : Le samedi 8 mars 2014, 17:21:26 Stéphane Guedon a écrit : Le samedi 8 mars 2014, 09:09:08 Matthew Weigel a écrit : On Mar 8, 2014, at 6:29 AM, Stéphane Guedon steph...@22decembre.eu wrote: Notably, the user fails to auth and

Re: openldap password fails to update

2014-03-08 Thread Matthew Weigel
On 03/08/2014 03:11 PM, Stéphane Guedon wrote: when I use 127.0.0.1 in php scripts, I can use ldap. if the script is running with 'localhost' then, no ldap data... Any idea why ? I have checked host resolution... telnet localhost ldap gives the good behavior Is PHP running inside a

Re: sftp -R as ssh_config option

2014-03-08 Thread Darren Tucker
On Sun, Mar 9, 2014 at 7:51 AM, LEVAI Daniel l...@ecentrum.hu wrote: For the life of me I can not find the correspondig ssh option in ssh_config(5) for sftp's -R switch. Is that even configurable with -o ? Nope, sorry. -R is specific to sftp and sftp doesn't read ssh_config. As far as sftp is

Dovecot bsdauth(user): unknown user

2014-03-08 Thread Атанас Владимиров
Hi, I have a very strange problem with one user. After upgrade from home made release today dovecot stoped authenticating my account. Root and other accounts are working well. I also made two new accounts which worked as they should. It seems that for dovecot my account (vlado) not exists. Thanks

Panic booting AlphaStation 200

2014-03-08 Thread Andrew Fresh
I was recently given an AlphaStation 200 to run OpenBSD on, it's a bit slow, but I got it installed. bsd.rd boots just fine and I can install, but the real kernel panics. This is my first install on this machine so I would totally believe bad hardware or jumpers that need changing. Any

Re: Panic booting AlphaStation 200 -- solved

2014-03-08 Thread Andrew Fresh
On Sat, Mar 08, 2014 at 04:43:25PM -0700, Andrew Fresh wrote: apecs0 at mainbus0: DECchip 21071 Core Logic chipset apecs0: DC21071-CA pass 2, 64-bit memory bus apecs0: DC21071-DA pass 2 panic: trap Good news! I fixed this by updating the firmware from v4.28 to v7.0. l8rZ, -- andrew -

AlphaStation 200 -- dmesg

2014-03-08 Thread Andrew Fresh
Not that anyone in particular cares, but a dmesg! [ using 655088 bytes of bsd ELF symbol table ] consinit: not using prom console Copyright (c) 1982, 1986, 1989, 1991, 1993 The Regents of the University of California. All rights reserved. Copyright (c) 1995-2014 OpenBSD. All rights

Re: Left side and bottom of boot text console off of screen now

2014-03-08 Thread Nick Holland
On 03/08/14 09:26, Chris Bennett wrote: On Sat, Mar 08, 2014 at 09:06:54AM -0500, Nick Holland wrote: On 03/08/14 08:51, Chris Bennett wrote: As of this update, I have had these two portions of the screen move off of visible area. this update ... from what? I'm going to assume from a