. .
0

HelloWorld using Maven + Spring

A step by step guide to create a HelloWorld java application using Spring framework.

,
1

Reverse Group Membership Maintenance

The memberof overlay updates an attribute (by default memberOf) whenever changes occur to the membership attribute (by default member) of entries of the objectclass (by default groupOfNames) configured to trigger updates. Add memberof module in cn=config dn: cn=module{0},cn=config changetype: modify add: olcModuleLoad olcModuleLoad: memberof.la Turn on memberof in the db dn: olcOverlay=memberof,olcDatabase={1}bdb,cn=config changetype: add objectClass: olcMemberOf objectClass: olcOverlayConfig objectClass: olcConfig objectClass: top olcOverlay: memberof olcMemberOfDangling: ignore olcMemberOfRefInt: TRUE olcMemberOfGroupOC: groupOfNames olcMemberOfMemberAD: member olcMemberOfMemberOfAD: memberOf It does not automatically update the existing data in the database, you need to re-load the DB to take effective Testing the function dn: uid=test1,ou=People,dc=q-station,dc=net changetype:

0

ASP.net & IIS & Basic Authentication

If you want to specific your asp.net web app to be access from some one, then you could, My assumption, there is an AD for user/password checking, No need setup NTFS security Turn on Basic Authentication in your application setting in IIS manager Modify the web.config to use Windows as the authentication mode <system.web> <authentication mode=”Windows” /> </system.web> Add allowed user or group in .NET authorization rule in your application setting in IIS manager

0

Slackware 64bit multilib installation

Slackware 64bit is a pure 64-bit OS. In case, you should running/building 32bit program, then you may need to modify your system to support 32bit library or compiler by installing multilib.

1

Strongwan IKEv2 VPN for Windows 7

We will build a IKEv2 VPN for Windows 7 using strongSwan and client authenticate itself using MSCHAPv2.

0

My Add-on package for Slackware 13.37

You won’t interest in this post as it serve for my private usage to record down which package should I install with my Slackware. lame a52 libdca x264 ffmpeg libbluray (for bluray only) libaacs – place the KEYDB.cfg in ~/.config/aacs (for bluray decrypt) mplayer audacious3 32bit compatibility for 64 Virtual box

3

Linux L2TP/IPsec VPN server

Building a L2TP/IPsec VPN server on Linux could be easy but troublesome. This post list out the steps to setup the tunnel. L2TP/IPsec is another type of VPN tunnerl, beside PPTP, which could be get connected by WinXP, or other Windows platform, out of the box.

0

Linux as PEAP/MSCHAPv2 Client

This summarize my experience on using Linux as a PEAP/MSCHAv2 client and using wpa_supplicant to connect to the 802.1x AP.

1

Linux PPTP server

Building a VPN server with PPTP in Linux authenticating with RADIUS.

0

Proxying a PEAP/MSCHAPv2 request

Let make it simple, sometimes, your RADIUS server may need to proxy a PEAP/MSCHAPv2 request to another RADIUS (Home Server) to authenticate a user.