Re: D-Link DWA-556 and hostap

2010-07-13 Thread Emiel van de Laar
On Jul 13, 2010, at 5:03 AM, Nathan Lay wrote:

 Hi list,
 I read that the D-Link DWA-556 uses the AR5008 chipset.  Anyone using it?  
 Does it work well for hostap (at least for 11g)?  I'm a bit unsure because 
 I've read that AR5008 has hardware bugs.  However, I am a fan of ath(4) ... 
 it has served me well in the past.  However, I'm considering building a Mini 
 ITX system that has only one PCI-E x4 slot.  My choices seem to be DWA-556 
 (AR5008) and Asus PCE-N13 (RT2860), both of which are PCI-E x1 cards.
 
 How about Marvell-based wireless cards (mwl(4))?  I haven't been able to find 
 any card with a Marvell chipset in it!


I got a D-Link DWA-556 a couple of days ago. Works fine for me in 11g mode. 
Have not tried hostap.

ath0: Atheros 5416 mem 0xfd9f-0xfd9f irq 19 at device 0.0 on pci4
ath0: [ITHREAD]
ath0: AR5418 mac 12.10 RF2133 phy 8.1

I'm running 8.1-RC2 now.

Hoping for 11n driver support soon. ;)

Cheers,

 - Emiel van de Laar


___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: clear old output in login screen?

2009-05-03 Thread Emiel van de Laar

On May 3, 2009, at 9:48 PM, gabe g wrote:


Hey John,
 In order to achieve this, there are two methods that I know of,
however, they are only tested in the Bourne and Bourne Again shells.

clear  logout # Bourne Again (Bash) Shell
clear  exit # Bourne (sh) Shell

You may have to try similar commands (specific for that shell) for  
shells
that are not Bourne-derived, but one of these two commands should  
almost

always work.


Hello,

zsh has .zlogout which gets read/executed when the shell exits. I  
have the

following setup:

~ % cat ~/.zlogout
clear

Perhaps other shells have a similar feature.

Regards,

 - Emiel

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: PAM-SSH-LDAP problem

2009-04-17 Thread Emiel van de Laar


On Apr 17, 2009, at 11:04 PM, Panos wrote:


hello I'm trying to setup an ldap for authenticating users.
I think that the ldap server is ok
but ssh gives me an error PAM authntication error illigal user XXX  
from XXX.XXX.XXX.XXX

I think that something is wrong when pam-ldap is quering tο ldap.
Fisrt I thounght that was acl problem so I tried something like this  
access * by * write

full access to alla but nothing.
When I'm using phpldadmin to connet to ldap I have no problem,


[snip]

Apr 18 00:01:05 FreeBSD slapd[1336]: conn=0 fd=11 ACCEPT from  
IP=127.0.0.1:51667 (IP=0.0.0.0:389)
Apr 18 00:01:05 FreeBSD slapd[1336]: conn=0 op=0 BIND  
dn=cn=manager,dc=something,dc=something,dc=something method=128
Apr 18 00:01:05 FreeBSD slapd[1336]: conn=0 op=0 BIND  
dn=cn=manager,dc=something,dc=something,dc=something mech=SIMPLE  
ssf=0
Apr 18 00:01:05 FreeBSD slapd[1336]: conn=0 op=0 RESULT tag=97 err=0  
text=
Apr 18 00:01:05 FreeBSD slapd[1336]: conn=0 op=1 SRCH  
base=ou=users,dc=something,dc=something,dc=something scope=2  
deref=0 filter=((?objectClass=possixAccount)(uid=ldap_test))
Apr 18 00:01:05 FreeBSD slapd[1336]: conn=0 op=1 SEARCH RESULT  
tag=101 err=0 nentries=0 text=value does not conform to assertion  
syntax
Apr 18 00:01:05 FreeBSD slapd[1336]: conn=0 fd=11 closed (connection  
lost)


I suggest you have a look at the LDAP filter.

The log above shows:

((?objectClass=possixAccount)(uid=ldap_test))

While I expect something like:

((objectClass=possixAccount)(uid=ldap_test))

i.e. remove the '?'.

Regards,

 - Emiel
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org