24 Aug
2007
24 Aug
'07
11:46 a.m.
well... so what we get is in the form prefix/username@suffix.com I'm having trouble wrapping my head around how to configure our server to with these.
You'll need to use the hints file. The "realm" module won't run twice. e.g. one way to strip the prefix/ and drop it would be:
DEFAULT User-Name =~ ".*/(.*@.*)" User-Name := "%{1}"
Thanks Phil, I'll give that a try and see if it does the trick. Cheers,
Mike <<<<<