1
0
mirror of https://github.com/altlinux/admc.git synced 2025-02-07 21:57:25 +03:00

9 Commits

Author SHA1 Message Date
Dmitry Degtyarev
8782f1cb7b Revert "fix upn edit tests"
This reverts commit 9b7a2b950a053d5bd1f03d2dba8195e212224450.
2022-02-01 09:55:19 +04:00
Dmitry Degtyarev
9b7a2b950a fix upn edit tests
had to remove test code that tested multiple suffixes in upn edit
\ because didn't figure out a way to do that on any domain reliably yet
might re-introduce those tests later
2022-01-31 17:31:16 +04:00
Dmitry Degtyarev
b5689f183e fix upn edit limit
length limit of prefix edit now currently depends on the length of
\ currently selected suffix
add test for this
2022-01-26 11:36:39 +04:00
Dmitry Degtyarev
2a77a8b905 handle bad chars in upn
warn if upn edit contains bad chars
add tests for this
extract string_contains_bad_chars() f-n shared between sam name and upn
2022-01-25 17:41:56 +04:00
Dmitry Degtyarev
0fca55f71c make a general apply_unmodified() test
add this test to all edit tests
2021-07-14 12:35:00 +04:00
Dmitry Degtyarev
c4ceea6236 run clang-format 2021-06-10 16:34:06 +04:00
Dmitry Degtyarev
625d388a5b update copyright author lines 2021-06-07 11:51:19 +04:00
Dmitry Degtyarev
69b3126837 test UpnEdit::verify() 2021-03-29 12:09:03 +04:00
Dmitry Degtyarev
cf6e8cd28c add upn_edit tests 2021-03-26 18:07:00 +04:00