dbcheck: Directly call dn.get_rdn_{val,name}() for clarity and consistency
commitf2c728d2e7bb6e9f294fc1a5e06a6e00db9ee15d
authorAndrew Bartlett <abartlet@samba.org>
Tue, 29 Apr 2014 21:38:34 +0000 (30 09:38 +1200)
committerKarolin Seeger <kseeger@samba.org>
Tue, 15 Jul 2014 10:46:15 +0000 (15 12:46 +0200)
tree6f8d6d6a51e01151fbc28de12766d5fa53f041f6
parent7746ad2f360d6580906333ea4060ef0ab731e889
dbcheck: Directly call dn.get_rdn_{val,name}() for clarity and consistency

When looking for incorrect name values, this improves the previous
code by avoiding one more manual parse step, and uses less cryptic
variable names.

Andrew Bartlett

Change-Id: Iff8e571a6359a67bf173f729dc12b8787292b3cb
Signed-off-by: Andrew Bartlett <abartlet@samba.org>
Reviewed-by: Jelmer Vernooij <jelmer@samba.org>
(cherry picked from commit 393348d11ed781d9f42049d5f996b0bab8b15d58)
python/samba/dbchecker.py