python:samba: Remove code to change group
authorAndreas Schneider <asn@samba.org>
Fri, 11 Aug 2017 10:45:14 +0000 (12:45 +0200)
committerJeremy Allison <jra@samba.org>
Tue, 5 Sep 2017 21:58:20 +0000 (23:58 +0200)
commit3b1aa2ca5f9ae151cd64579ed05c8fb766b1ec5d
tree50a6dd5face360c3b564dd7e07beeecf1035e42a
parent47c039792a8a00c0f2798ced162c393d4712f946
python:samba: Remove code to change group

This is the wrong place, it will just prepare the ldif. The file is not
created here.

The code is corrently changing the group in:
    python/samba/provision/__init__.py

Signed-off-by: Andreas Schneider <asn@samba.org>
Reviewed-by: Andrew Bartlet <abartlet@samba.org>
python/samba/provision/sambadns.py