Lines Matching refs:test_rfc2307_user
397 struct mock_ldap_entry test_rfc2307_user;
406 test_rfc2307_user.dn = "cn=testuser,dc=example,dc=com";
407 test_rfc2307_user.attrs = test_rfc2307_user_attrs;
408 set_entry_parse(&test_rfc2307_user);
629 struct mock_ldap_entry test_rfc2307_user;
640 test_rfc2307_user.dn = "cn=testuser,dc=example,dc=com";
641 test_rfc2307_user.attrs = test_rfc2307_user_attrs;
642 set_entry_parse(&test_rfc2307_user);
664 struct mock_ldap_entry test_rfc2307_user;
673 test_rfc2307_user.dn = "cn=testuser,dc=example,dc=com";
674 test_rfc2307_user.attrs = test_rfc2307_user_attrs;
675 set_entry_parse(&test_rfc2307_user);
697 struct mock_ldap_entry test_rfc2307_user;
708 test_rfc2307_user.dn = NULL; /* Test */
709 test_rfc2307_user.attrs = test_rfc2307_user_attrs;
710 set_entry_parse(&test_rfc2307_user);