uid=host/torch.cs.umd.edu@CSIC.UMD.EDU,cn=CS.UMD.EDU,cn=GSSAPI,cn=auth
Which by my sasl-regex rules will always get talking to the CS
sasl-regexp uid=(.*),cn=CS.UMD.EDU,cn=GSSAPI,cn=auth
ldap:///dc=cs,dc=umd,dc=edu??sub?uid=$1
sasl-regexp uid=(.*),cn=CSIC.UMD.EDU,cn=GSSAPI,cn=auth
ldap:///dc=csic,dc=umd,dc=edu??sub?uid=$1
So am I doomed to have to run 2 of them? If so how can I get around the
problem with the REALMS not having an effect on the sasl-regexp. Also i
am runing 2.2.15 should I be really looking at doing syncrepl? Is there
a good example for syncrepl, that is what the docs are missing on the
site.