Hot-keys on this page

r m x p   toggle line displays

j k   next/prev highlighted chunk

0   (zero) top of page

1   (one) first highlighted chunk

1

2

3

4

5

6

7

8

9

10

11

12

13

14

15

16

17

18

19

20

21

22

23

24

25

26

27

28

29

30

31

32

33

34

35

36

37

38

39

40

41

42

43

44

45

46

47

48

49

50

51

52

53

54

55

56

57

58

59

60

61

62

63

64

65

66

67

68

69

70

71

72

73

74

75

76

77

78

79

80

81

82

83

84

85

86

87

88

89

90

91

92

93

94

95

96

97

98

99

100

101

102

103

104

105

106

107

108

109

110

111

112

113

114

115

116

117

118

119

120

121

122

123

124

125

126

127

128

129

130

131

132

133

134

135

136

137

138

139

140

141

142

143

144

145

146

147

148

149

150

151

152

153

154

155

156

157

158

159

160

161

162

163

164

165

166

167

168

169

170

171

172

173

174

175

176

177

178

179

180

181

182

183

184

185

186

187

188

189

190

191

192

193

194

195

196

197

198

199

200

201

202

203

204

205

206

207

208

209

210

211

212

213

214

215

216

217

218

219

220

221

222

223

224

225

226

227

228

229

230

231

232

233

234

235

236

237

238

239

240

241

242

243

244

245

246

247

248

249

250

251

252

253

254

255

256

257

258

259

260

261

262

263

264

265

266

267

268

269

270

271

272

273

274

275

276

277

278

279

280

281

282

283

284

285

286

287

288

289

290

291

292

293

294

295

296

297

298

299

300

301

302

303

304

305

306

307

308

309

310

311

312

313

314

315

316

317

318

319

320

321

322

323

324

325

326

327

328

329

330

331

332

333

334

335

336

337

338

339

340

341

342

343

344

345

346

347

348

349

350

351

352

353

354

355

356

357

358

359

360

361

362

363

364

365

366

367

368

369

370

371

372

373

374

375

376

377

378

379

380

381

382

383

384

385

386

387

388

389

390

391

392

393

394

395

396

397

398

399

400

401

402

403

404

405

406

407

408

409

410

411

412

413

414

415

416

417

418

419

420

421

422

423

424

425

426

427

428

429

430

431

432

433

434

435

436

437

438

439

440

441

442

443

444

445

446

447

448

449

450

451

452

453

454

455

456

457

458

459

460

461

462

463

464

465

466

467

468

469

470

471

472

473

474

475

476

477

478

479

480

481

482

483

484

485

486

487

488

489

490

491

492

493

494

495

496

497

498

499

500

501

502

503

504

505

506

507

508

509

510

511

512

513

514

515

516

517

518

519

520

521

522

523

524

525

526

527

528

529

530

531

532

533

534

535

536

537

538

539

540

541

542

543

544

545

546

547

548

549

550

551

552

553

554

555

556

557

558

559

560

561

562

563

564

565

566

567

568

569

570

571

572

573

574

575

576

577

578

579

580

581

582

583

584

585

586

587

588

589

590

591

592

593

594

595

596

597

598

599

600

601

602

603

604

605

606

607

608

609

610

611

612

613

614

615

616

617

618

619

620

621

622

623

624

625

626

627

628

629

630

631

632

633

634

635

636

637

638

639

640

641

642

643

644

645

646

647

648

649

650

651

652

653

654

655

656

657

658

659

660

661

662

663

664

665

666

667

668

669

670

671

672

673

674

675

676

677

678

679

680

681

682

683

684

685

686

687

688

689

690

691

692

693

694

695

696

697

698

699

700

701

702

703

704

705

706

707

708

709

710

711

712

713

714

715

716

717

718

719

720

721

722

723

724

725

726

727

728

729

730

731

732

733

734

735

736

737

738

739

740

741

742

743

744

745

746

747

748

749

750

751

752

753

754

755

756

757

758

759

760

761

762

763

764

765

# Authors: Rich Megginson <richm@redhat.com> 

#          Rob Crittenden <rcritten@redhat.com> 

#          John Dennis <jdennis@redhat.com> 

# 

# Copyright (C) 2007  Red Hat 

# see file 'COPYING' for use and warranty information 

# 

# This program is free software; you can redistribute it and/or modify 

# it under the terms of the GNU General Public License as published by 

# the Free Software Foundation, either version 3 of the License, or 

# (at your option) any later version. 

# 

# This program is distributed in the hope that it will be useful, 

# but WITHOUT ANY WARRANTY; without even the implied warranty of 

# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 

# GNU General Public License for more details. 

# 

# You should have received a copy of the GNU General Public License 

# along with this program.  If not, see <http://www.gnu.org/licenses/>. 

# 

 

import sys 

import os 

import os.path 

import socket 

import ldif 

import re 

import string 

import ldap 

import cStringIO 

import time 

import struct 

import ldap.sasl 

import ldapurl 

from ldap.controls import LDAPControl 

from ldap.ldapobject import SimpleLDAPObject 

from ipaserver import ipautil 

from ipalib import errors 

from ipapython.ipautil import format_netloc 

from ipapython.entity import Entity 

from ipaserver.plugins.ldap2 import IPASimpleLDAPObject 

from ipaserver.install import installutils 

 

# Global variable to define SASL auth 

SASL_AUTH = ldap.sasl.sasl({},'GSSAPI') 

DEFAULT_TIMEOUT = 10 

 

class IPAEntryLDAPObject(IPASimpleLDAPObject): 

    def __init__(self, *args, **kwds): 

        IPASimpleLDAPObject.__init__(self, *args, **kwds) 

 

    def result(self, msgid=ldap.RES_ANY, all=1, timeout=None): 

        objtype, data = IPASimpleLDAPObject.result(self, msgid, all, timeout) 

        # data is either a 2-tuple or a list of 2-tuples 

        if data: 

            if isinstance(data, tuple): 

                return objtype, Entry(data) 

            elif isinstance(data, list): 

                return objtype, [Entry(x) for x in data] 

            else: 

                raise TypeError, "unknown data type %s returned by result" % type(data) 

        else: 

            return objtype, data 

 

    def add(self, dn, modlist): 

        if isinstance(dn, Entry): 

            return IPASimpleLDAPObject.add(self, dn.dn, dn.toTupleList()) 

        else: 

            return IPASimpleLDAPObject.add(self, dn, modlist) 

 

    def add_s(self, dn, modlist): 

        if isinstance(dn, Entry): 

            return IPASimpleLDAPObject.add_s(self, dn.dn, dn.toTupleList()) 

        else: 

            return IPASimpleLDAPObject.add_s(self, dn, modlist) 

 

    def add_ext(self, dn, modlist, serverctrls=None, clientctrls=None): 

        if isinstance(dn, Entry): 

            return IPASimpleLDAPObject.add_ext(self, dn.dn, dn.toTupleList(), serverctrls, clientctrls) 

        else: 

            return IPASimpleLDAPObject.add_ext(self, dn, modlist, serverctrls, clientctrls) 

 

    def add_ext_s(self, dn, modlist, serverctrls=None, clientctrls=None): 

        if isinstance(dn, Entry): 

            return IPASimpleLDAPObject.add_ext_s(self, dn.dn, dn.toTupleList(), serverctrls, clientctrls) 

        else: 

            return IPASimpleLDAPObject.add_ext_s(self, dn, modlist, serverctrls, clientctrls) 

 

class Entry: 

    """ 

    This class represents an LDAP Entry object.  An LDAP entry consists of 

    a DN and a list of attributes.  Each attribute consists of a name and 

    a list of values.  In python-ldap, entries are returned as a list of 

    2-tuples.  Instance variables: 

 

        * dn - string - the string DN of the entry 

        * data - CIDict - case insensitive dict of the attributes and values 

    """ 

    def __init__(self,entrydata): 

        """data is the raw data returned from the python-ldap result method, which is 

        a search result entry or a reference or None. 

        If creating a new empty entry, data is the string DN.""" 

        if entrydata: 

            if isinstance(entrydata,tuple): 

                self.dn = entrydata[0] 

                self.data = ipautil.CIDict(entrydata[1]) 

            elif isinstance(entrydata,str) or isinstance(entrydata,unicode): 

                self.dn = entrydata 

                self.data = ipautil.CIDict() 

        else: 

            self.dn = '' 

            self.data = ipautil.CIDict() 

 

    def __nonzero__(self): 

        """This allows us to do tests like if entry: returns false if there is no data, 

        true otherwise""" 

        return self.data != None and len(self.data) > 0 

 

    def hasAttr(self,name): 

        """Return True if this entry has an attribute named name, False otherwise""" 

        return self.data and self.data.has_key(name) 

 

    def __getattr__(self,name): 

        """If name is the name of an LDAP attribute, return the first value for that 

        attribute - equivalent to getValue - this allows the use of 

        entry.cn 

        instead of 

        entry.getValue('cn') 

        This also allows us to return None if an attribute is not found rather than 

        throwing an exception""" 

        return self.getValue(name) 

 

    def getValues(self,name): 

        """Get the list (array) of values for the attribute named name""" 

        return self.data.get(name) 

 

    def getValue(self,name): 

        """Get the first value for the attribute named name""" 

        return self.data.get(name,[None])[0] 

 

    def setValue(self, name, *value): 

        """ 

        Set a value on this entry. 

 

        The value passed in may be a single value, several values, or a 

        single sequence.  For example: 

 

           * ent.setValue('name', 'value') 

           * ent.setValue('name', 'value1', 'value2', ..., 'valueN') 

           * ent.setValue('name', ['value1', 'value2', ..., 'valueN']) 

           * ent.setValue('name', ('value1', 'value2', ..., 'valueN')) 

 

        Since value is a tuple, we may have to extract a list or tuple from 

        that tuple as in the last two examples above. 

        """ 

        if isinstance(value[0],list) or isinstance(value[0],tuple): 

            self.data[name] = value[0] 

        else: 

            self.data[name] = value 

 

    setValues = setValue 

 

    def delAttr(self, name): 

        """ 

        Entirely remove an attribute of this entry. 

        """ 

        if self.hasAttr(name): 

            del self.data[name] 

 

    def toTupleList(self): 

        """Convert the attrs and values to a list of 2-tuples.  The first element 

        of the tuple is the attribute name.  The second element is either a 

        single value or a list of values.""" 

        r = [] 

        for i in self.data.iteritems(): 

            n = ipautil.utf8_encode_values(i[1]) 

            r.append((i[0], n)) 

        return r 

 

    def toDict(self): 

        """Convert the attrs and values to a dict. The dict is keyed on the 

        attribute name.  The value is either single value or a list of values.""" 

        result = ipautil.CIDict(self.data) 

        for i in result.keys(): 

            result[i] = ipautil.utf8_encode_values(result[i]) 

        result['dn'] = self.dn 

        return result 

 

    def __str__(self): 

        """Convert the Entry to its LDIF representation""" 

        return self.__repr__() 

 

    # the ldif class base64 encodes some attrs which I would rather see in 

    # raw form - to encode specific attrs as base64, add them to the list below 

    ldif.safe_string_re = re.compile('^$') 

    base64_attrs = ['nsstate', 'krbprincipalkey', 'krbExtraData'] 

 

    def __repr__(self): 

        """Convert the Entry to its LDIF representation""" 

        sio = cStringIO.StringIO() 

        # what's all this then?  the unparse method will currently only accept 

        # a list or a dict, not a class derived from them.  self.data is a 

        # cidict, so unparse barfs on it.  I've filed a bug against python-ldap, 

        # but in the meantime, we have to convert to a plain old dict for 

        # printing 

        # I also don't want to see wrapping, so set the line width really high 

        # (1000) 

        newdata = {} 

        newdata.update(self.data) 

        ldif.LDIFWriter(sio,Entry.base64_attrs,1000).unparse(self.dn,newdata) 

        return sio.getvalue() 

 

class IPAdmin(IPAEntryLDAPObject): 

 

    def __localinit(self): 

        """If a CA certificate is provided then it is assumed that we are 

           doing SSL client authentication with proxy auth. 

 

           If a CA certificate is not present then it is assumed that we are 

           using a forwarded kerberos ticket for SASL auth. SASL provides 

           its own encryption. 

        """ 

        if self.cacert is not None: 

            IPAEntryLDAPObject.__init__(self,'ldaps://%s' % format_netloc(self.host, self.port)) 

        else: 

            if self.ldapi: 

                IPAEntryLDAPObject.__init__(self,'ldapi://%%2fvar%%2frun%%2fslapd-%s.socket' % "-".join(self.realm.split("."))) 

            else: 

                IPAEntryLDAPObject.__init__(self,'ldap://%s' % format_netloc(self.host, self.port)) 

 

    def __init__(self,host='',port=389,cacert=None,bindcert=None,bindkey=None,proxydn=None,debug=None,ldapi=False,realm=None): 

        """We just set our instance variables and wrap the methods - the real 

           work is done in __localinit. This is separated out this way so 

           that we can call it from places other than instance creation 

           e.g. when we just need to reconnect 

           """ 

        if debug and debug.lower() == "on": 

            ldap.set_option(ldap.OPT_DEBUG_LEVEL,255) 

        if cacert is not None: 

            ldap.set_option(ldap.OPT_X_TLS_CACERTFILE,cacert) 

        if bindcert is not None: 

            ldap.set_option(ldap.OPT_X_TLS_CERTFILE,bindcert) 

        if bindkey is not None: 

            ldap.set_option(ldap.OPT_X_TLS_KEYFILE,bindkey) 

 

        self.port = port 

        self.host = host 

        self.cacert = cacert 

        self.bindcert = bindcert 

        self.bindkey = bindkey 

        self.proxydn = proxydn 

        self.ldapi = ldapi 

        self.realm = realm 

        self.suffixes = {} 

        self.schema = None 

        self.__localinit() 

 

    def __lateinit(self): 

        """ 

        This is executed after the connection is bound to fill in some useful 

        values. 

        """ 

        try: 

            ent = self.getEntry('cn=config,cn=ldbm database,cn=plugins,cn=config', 

                                ldap.SCOPE_BASE, '(objectclass=*)', 

                                [ 'nsslapd-directory' ]) 

 

            self.dbdir = os.path.dirname(ent.getValue('nsslapd-directory')) 

        except ldap.LDAPError, e: 

            self.__handle_errors(e) 

 

    def __str__(self): 

        return self.host + ":" + str(self.port) 

 

    def __get_server_controls(self): 

        """Create the proxy user server control. The control has the form 

        0x04 = Octet String 

        4|0x80 sets the length of the string length field at 4 bytes 

        the struct() gets us the length in bytes of string self.proxydn 

        self.proxydn is the proxy dn to send""" 

 

        if self.proxydn is not None: 

            proxydn = chr(0x04) + chr(4|0x80) + struct.pack('l', socket.htonl(len(self.proxydn))) + self.proxydn; 

 

            # Create the proxy control 

            sctrl=[] 

            sctrl.append(LDAPControl('2.16.840.1.113730.3.4.18',True,proxydn)) 

        else: 

            sctrl=None 

 

        return sctrl 

 

    def __handle_errors(self, e, **kw): 

        """ 

        Centralize error handling in one place. 

 

        e is the error to be raised 

        **kw is an exception-specific list of options 

        """ 

        if not isinstance(e,ldap.TIMEOUT): 

            desc = e.args[0]['desc'].strip() 

            info = e.args[0].get('info','').strip() 

        else: 

            desc = '' 

            info = '' 

 

        try: 

            # re-raise the error so we can handle it 

            raise e 

        except ldap.NO_SUCH_OBJECT, e: 

            arg_desc = kw.get('arg_desc', "entry not found") 

            raise errors.NotFound(reason=arg_desc) 

        except ldap.ALREADY_EXISTS, e: 

            raise errors.DuplicateEntry() 

        except ldap.CONSTRAINT_VIOLATION, e: 

            # This error gets thrown by the uniqueness plugin 

            if info.startswith('Another entry with the same attribute value already exists'): 

                raise errors.DuplicateEntry() 

            else: 

                raise errors.DatabaseError(desc=desc,info=info) 

        except ldap.INSUFFICIENT_ACCESS, e: 

            raise errors.ACIError(info=info) 

        except ldap.NO_SUCH_ATTRIBUTE: 

            # this is raised when a 'delete' attribute isn't found. 

            # it indicates the previous attribute was removed by another 

            # update, making the oldentry stale. 

            raise errors.MidairCollision() 

        except ldap.ADMINLIMIT_EXCEEDED, e: 

            raise errors.LimitsExceeded() 

        except ldap.SIZELIMIT_EXCEEDED, e: 

            raise errors.LimitsExceeded() 

        except ldap.TIMELIMIT_EXCEEDED, e: 

            raise errors.LimitsExceeded() 

        except ldap.LDAPError, e: 

            raise errors.DatabaseError(desc=desc,info=info) 

 

    def __wait_for_connection(self, timeout): 

        lurl = ldapurl.LDAPUrl(self._uri) 

        if lurl.urlscheme == 'ldapi': 

            installutils.wait_for_open_socket(lurl.hostport, timeout) 

        else: 

            (host,port) = lurl.hostport.split(':') 

            installutils.wait_for_open_ports(host, int(port), timeout) 

 

    def __bind_with_wait(self, bind_func, timeout, *args, **kwargs): 

        try: 

            bind_func(*args, **kwargs) 

        except (ldap.CONNECT_ERROR, ldap.SERVER_DOWN), e: 

            if not timeout or 'TLS' in e.args[0].get('info', ''): 

                # No connection to continue on if we have a TLS failure 

                # https://bugzilla.redhat.com/show_bug.cgi?id=784989 

                raise e 

            try: 

                self.__wait_for_connection(timeout) 

            except: 

                raise e 

            bind_func(*args, **kwargs) 

 

    def toLDAPURL(self): 

        return "ldap://%s/" % format_netloc(self.host, self.port) 

 

    def set_proxydn(self, proxydn): 

        self.proxydn = proxydn 

 

    def set_krbccache(self, krbccache, principal): 

        try: 

            if krbccache is not None: 

                os.environ["KRB5CCNAME"] = krbccache 

                self.sasl_interactive_bind_s("", SASL_AUTH) 

                self.principal = principal 

            self.proxydn = None 

        except ldap.LDAPError, e: 

            self.__handle_errors(e) 

 

    def do_simple_bind(self, binddn="cn=directory manager", bindpw="", timeout=DEFAULT_TIMEOUT): 

        self.binddn = binddn 

        self.bindpwd = bindpw 

        self.__bind_with_wait(self.simple_bind_s, timeout, binddn, bindpw) 

        self.__lateinit() 

 

    def do_sasl_gssapi_bind(self, timeout=DEFAULT_TIMEOUT): 

        self.__bind_with_wait(self.sasl_interactive_bind_s, timeout, '', SASL_AUTH) 

        self.__lateinit() 

 

    def do_external_bind(self, user_name=None, timeout=DEFAULT_TIMEOUT): 

        auth_tokens = ldap.sasl.external(user_name) 

        self.__bind_with_wait(self.sasl_interactive_bind_s, timeout, '', auth_tokens) 

        self.__lateinit() 

 

    def getEntry(self, base, scope, filterstr='(objectClass=*)', attrlist=None, attrsonly=0): 

        """This wraps the search function.  It is common to just get one entry""" 

 

        sctrl = self.__get_server_controls() 

 

        if sctrl is not None: 

            self.set_option(ldap.OPT_SERVER_CONTROLS, sctrl) 

 

        try: 

            res = self.search(base, scope, filterstr, attrlist, attrsonly) 

            objtype, obj = self.result(res) 

        except ldap.LDAPError, e: 

            arg_desc = 'base="%s", scope=%s, filterstr="%s"' % (base, scope, filterstr) 

            self.__handle_errors(e, arg_desc=arg_desc) 

 

        if not obj: 

            arg_desc = 'base="%s", scope=%s, filterstr="%s"' % (base, scope, filterstr) 

            raise errors.NotFound(reason=arg_desc) 

 

        elif isinstance(obj,Entry): 

            return obj 

        else: # assume list/tuple 

            return obj[0] 

 

    def getList(self, base, scope, filterstr='(objectClass=*)', attrlist=None, attrsonly=0): 

        """This wraps the search function to find multiple entries.""" 

 

        sctrl = self.__get_server_controls() 

        if sctrl is not None: 

            self.set_option(ldap.OPT_SERVER_CONTROLS, sctrl) 

 

        try: 

            res = self.search(base, scope, filterstr, attrlist, attrsonly) 

            objtype, obj = self.result(res) 

        except ldap.LDAPError, e: 

            arg_desc = 'base="%s", scope=%s, filterstr="%s"' % (base, scope, filterstr) 

            self.__handle_errors(e, arg_desc=arg_desc) 

 

        if not obj: 

            arg_desc = 'base="%s", scope=%s, filterstr="%s"' % (base, scope, filterstr) 

            raise errors.NotFound(reason=arg_desc) 

 

        entries = [] 

        for s in obj: 

            entries.append(s) 

 

        return entries 

 

    def getListAsync(self, base, scope, filterstr='(objectClass=*)', attrlist=None, attrsonly=0, 

                     serverctrls=None, clientctrls=None, timeout=-1, sizelimit=0): 

        """This version performs an asynchronous search, to allow 

           results even if we hit a limit. 

 

           It returns a list: counter followed by the results. 

           If the results are truncated, counter will be set to -1. 

           """ 

 

        sctrl = self.__get_server_controls() 

        if sctrl is not None: 

            self.set_option(ldap.OPT_SERVER_CONTROLS, sctrl) 

 

        entries = [] 

        partial = 0 

 

        try: 

            msgid = self.search_ext(base, scope, filterstr, attrlist, attrsonly, 

                                    serverctrls, clientctrls, timeout, sizelimit) 

            objtype, result_list = self.result(msgid, 0) 

            while result_list: 

                for result in result_list: 

                    entries.append(result) 

                objtype, result_list = self.result(msgid, 0) 

        except (ldap.ADMINLIMIT_EXCEEDED, ldap.SIZELIMIT_EXCEEDED, 

                ldap.TIMELIMIT_EXCEEDED), e: 

            partial = 1 

        except ldap.LDAPError, e: 

            arg_desc = 'base="%s", scope=%s, filterstr="%s", timeout=%s, sizelimit=%s' % \ 

                       (base, scope, filterstr, timeout, sizelimit) 

            self.__handle_errors(e, arg_desc=arg_desc) 

 

        if not entries: 

            arg_desc = 'base="%s", scope=%s, filterstr="%s"' % (base, scope, filterstr) 

            raise errors.NotFound(reason=arg_desc) 

 

        if partial == 1: 

            counter = -1 

        else: 

            counter = len(entries) 

 

        return [counter] + entries 

 

    def addEntry(self, entry): 

        """This wraps the add function. It assumes that the entry is already 

           populated with all of the desired objectclasses and attributes""" 

 

        if not isinstance(entry, (Entry, Entity)): 

            raise TypeError('addEntry expected an Entry or Entity object, got %s instead' % entry.__class__) 

 

        sctrl = self.__get_server_controls() 

 

        try: 

            if sctrl is not None: 

                self.set_option(ldap.OPT_SERVER_CONTROLS, sctrl) 

            self.add_s(entry.dn, entry.toTupleList()) 

        except ldap.LDAPError, e: 

            arg_desc = 'entry=%s' % (entry) 

            self.__handle_errors(e, arg_desc=arg_desc) 

        return True 

 

    def updateRDN(self, dn, newrdn): 

        """Wrap the modrdn function.""" 

 

        sctrl = self.__get_server_controls() 

 

        if dn == newrdn: 

            # no need to report an error 

            return True 

 

        try: 

            if sctrl is not None: 

                self.set_option(ldap.OPT_SERVER_CONTROLS, sctrl) 

            self.modrdn_s(dn, newrdn, delold=1) 

        except ldap.LDAPError, e: 

            self.__handle_errors(e) 

        return True 

 

    def updateEntry(self,dn,oldentry,newentry): 

        """This wraps the mod function. It assumes that the entry is already 

           populated with all of the desired objectclasses and attributes""" 

 

        sctrl = self.__get_server_controls() 

 

        modlist = self.generateModList(oldentry, newentry) 

 

        if len(modlist) == 0: 

            raise errors.EmptyModlist 

 

        try: 

            if sctrl is not None: 

                self.set_option(ldap.OPT_SERVER_CONTROLS, sctrl) 

            self.modify_s(dn, modlist) 

        except ldap.LDAPError, e: 

            self.__handle_errors(e) 

        return True 

 

    def generateModList(self, old_entry, new_entry): 

        """A mod list generator that computes more precise modification lists 

           than the python-ldap version.  For single-value attributes always 

           use a REPLACE operation, otherwise use ADD/DEL. 

        """ 

 

        # Some attributes, like those in cn=config, need to be replaced 

        # not deleted/added. 

        FORCE_REPLACE_ON_UPDATE_ATTRS = ('nsslapd-ssl-check-hostname', 'nsslapd-lookthroughlimit', 'nsslapd-idlistscanlimit', 'nsslapd-anonlimitsdn', 'nsslapd-minssf-exclude-rootdse') 

        modlist = [] 

 

        old_entry = ipautil.CIDict(old_entry) 

        new_entry = ipautil.CIDict(new_entry) 

 

        keys = set(map(string.lower, old_entry.keys())) 

        keys.update(map(string.lower, new_entry.keys())) 

 

        for key in keys: 

            new_values = new_entry.get(key, []) 

            if not(isinstance(new_values,list) or isinstance(new_values,tuple)): 

                new_values = [new_values] 

            new_values = filter(lambda value:value!=None, new_values) 

 

            old_values = old_entry.get(key, []) 

            if not(isinstance(old_values,list) or isinstance(old_values,tuple)): 

                old_values = [old_values] 

            old_values = filter(lambda value:value!=None, old_values) 

 

            # We used to convert to sets and use difference to calculate 

            # the changes but this did not preserve order which is important 

            # particularly for schema 

            adds = [x for x in new_values if x not in old_values] 

            removes = [x for x in old_values if x not in new_values] 

 

            if len(adds) == 0 and len(removes) == 0: 

                continue 

 

            is_single_value = self.get_single_value(key) 

            force_replace = False 

            if key in FORCE_REPLACE_ON_UPDATE_ATTRS or is_single_value: 

                force_replace = True 

 

            # You can't remove schema online. An add will automatically 

            # replace any existing schema. 

            if old_entry.get('dn') == 'cn=schema': 

                if len(adds) > 0: 

                    modlist.append((ldap.MOD_ADD, key, adds)) 

            else: 

                if adds: 

                    if force_replace: 

                        modlist.append((ldap.MOD_REPLACE, key, adds)) 

                    else: 

                        modlist.append((ldap.MOD_ADD, key, adds)) 

                if removes: 

                    if not force_replace: 

                        modlist.append((ldap.MOD_DELETE, key, removes)) 

 

        return modlist 

 

    def inactivateEntry(self,dn,has_key): 

        """Rather than deleting entries we mark them as inactive. 

           has_key defines whether the entry already has nsAccountlock 

           set so we can determine which type of mod operation to run.""" 

 

        sctrl = self.__get_server_controls() 

        modlist=[] 

 

        if has_key: 

            operation = ldap.MOD_REPLACE 

        else: 

            operation = ldap.MOD_ADD 

 

        modlist.append((operation, "nsAccountlock", "TRUE")) 

 

        try: 

            if sctrl is not None: 

                self.set_option(ldap.OPT_SERVER_CONTROLS, sctrl) 

            self.modify_s(dn, modlist) 

        except ldap.LDAPError, e: 

            self.__handle_errors(e) 

        return True 

 

    def deleteEntry(self, dn): 

        """This wraps the delete function. Use with caution.""" 

 

        sctrl = self.__get_server_controls() 

 

        try: 

            if sctrl is not None: 

                self.set_option(ldap.OPT_SERVER_CONTROLS, sctrl) 

            self.delete_s(dn) 

        except ldap.LDAPError, e: 

            arg_desc = 'dn=%s' % (dn) 

            self.__handle_errors(e, arg_desc=arg_desc) 

        return True 

 

    def modifyPassword(self,dn,oldpass,newpass): 

        """Set the user password using RFC 3062, LDAP Password Modify Extended 

           Operation. This ends up calling the IPA password slapi plugin 

           handler so the Kerberos password gets set properly. 

 

           oldpass is not mandatory 

        """ 

 

        sctrl = self.__get_server_controls() 

 

        try: 

            if sctrl is not None: 

                self.set_option(ldap.OPT_SERVER_CONTROLS, sctrl) 

            self.passwd_s(dn, oldpass, newpass) 

        except ldap.LDAPError, e: 

            self.__handle_errors(e) 

        return True 

 

    def waitForEntry(self, dn, timeout=7200, attr='', quiet=True): 

        scope = ldap.SCOPE_BASE 

        filter = "(objectclass=*)" 

        attrlist = [] 

        if attr: 

            filter = "(%s=*)" % attr 

            attrlist.append(attr) 

        timeout += int(time.time()) 

 

        if isinstance(dn,Entry): 

            dn = dn.dn 

 

        # wait for entry and/or attr to show up 

        if not quiet: 

            sys.stdout.write("Waiting for %s %s:%s " % (self,dn,attr)) 

            sys.stdout.flush() 

        entry = None 

        while not entry and int(time.time()) < timeout: 

            try: 

                entry = self.getEntry(dn, scope, filter, attrlist) 

            except ldap.NO_SUCH_OBJECT: 

                pass # no entry yet 

            except ldap.LDAPError, e: # badness 

                print "\nError reading entry", dn, e 

                break 

            if not entry: 

                if not quiet: 

                    sys.stdout.write(".") 

                    sys.stdout.flush() 

                time.sleep(1) 

 

        if not entry and int(time.time()) > timeout: 

            print "\nwaitForEntry timeout for %s for %s" % (self,dn) 

        elif entry and not quiet: 

            print "\nThe waited for entry is:", entry 

        elif not entry: 

            print "\nError: could not read entry %s from %s" % (dn,self) 

 

        return entry 

 

    def checkTask(self, dn, dowait=False, verbose=False): 

        """check task status - task is complete when the nsTaskExitCode attr 

           is set return a 2 tuple (true/false,code) first is false if task is 

           running, true if done - if true, second is the exit code - if dowait 

           is True, this function will block until the task is complete 

        """ 

        attrlist = ['nsTaskLog', 'nsTaskStatus', 'nsTaskExitCode', 'nsTaskCurrentItem', 'nsTaskTotalItems'] 

        done = False 

        exitCode = 0 

        while not done: 

            try: 

                entry = self.getEntry(dn, ldap.SCOPE_BASE, "(objectclass=*)", attrlist) 

            except errors.NotFound: 

                break 

            if verbose: 

                print entry 

            if entry.nsTaskExitCode: 

                exitCode = int(entry.nsTaskExitCode) 

                done = True 

            if dowait: time.sleep(1) 

            else: break 

        return (done, exitCode) 

 

    def get_schema(self): 

        """ 

        Retrieve cn=schema and convert it into a python-ldap schema 

        object. 

        """ 

        if self.schema: 

            return self.schema 

        schema = self.getEntry('cn=schema', ldap.SCOPE_BASE, 

            '(objectclass=*)', ['attributetypes', 'objectclasses']) 

        schema = schema.toDict() 

        self.schema = ldap.schema.SubSchema(schema) 

        return self.schema 

 

    def get_single_value(self, attr): 

        """ 

        Check the schema to see if the attribute is single-valued. 

 

        If the attribute is in the schema then returns True/False 

 

        If there is a problem loading the schema or the attribute is 

        not in the schema return None 

        """ 

        if not self.schema: 

            self.get_schema() 

        obj = self.schema.get_obj(ldap.schema.AttributeType, attr) 

        return obj and obj.single_value 

 

    def get_dns_sorted_by_length(self, entries, reverse=False): 

        """ 

        Sorts a list of entries [(dn, entry_attrs)] based on their DN. 

        Entries within the same node are not sorted in any meaningful way. 

        If Reverse is set to True, leaf entries are returned first. This is 

        useful to perform recursive deletes where you need to delete entries 

        starting from the leafs and go up to delete nodes only when all its 

        leafs are removed. 

 

        Returns a "sorted" dict keyed by dn lengths and corresponding list 

        of DNs. 

        {'1': [dn1, dn2, dn3], '2': [dn4, dn5], ..} 

        """ 

 

        res = dict() 

 

        for e in entries: 

            sdn = ldap.dn.str2dn(e.dn) 

            l = len(sdn) 

            if not l in res: 

                res[l] = [] 

            res[l].append(e.dn) 

 

        keys = res.keys() 

        keys.sort(reverse=reverse) 

 

        return map(res.get, keys)