Skip to content
This repository was archived by the owner on May 14, 2024. It is now read-only.

Commit cc042f9

Browse files
committed
Remove dtrace
1 parent b08f8e9 commit cc042f9

File tree

4 files changed

+0
-151
lines changed

4 files changed

+0
-151
lines changed

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,6 @@ client on your system:
4343

4444
npm install ldapjs
4545

46-
DTrace support is included in ldapjs. To enable it, `npm install dtrace-provider`.
47-
4846
## License
4947

5048
MIT.

examples/snoopldap.d

Lines changed: 0 additions & 24 deletions
This file was deleted.

lib/dtrace.js

Lines changed: 0 additions & 120 deletions
This file was deleted.

lib/server.js

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ const util = require('util')
1010
const VError = require('verror').VError
1111

1212
const { DN, RDN } = require('@ldapjs/dn')
13-
const dtrace = require('./dtrace')
1413
const errors = require('./errors')
1514
const Protocol = require('@ldapjs/protocol')
1615

@@ -331,10 +330,6 @@ function Server (options) {
331330
setupConnection(conn)
332331
log.trace('new connection from %s', conn.ldap.id)
333332

334-
dtrace.fire('server-connection', function () {
335-
return [conn.remoteAddress]
336-
})
337-
338333
conn.parser = new Parser({
339334
log: options.log
340335
})

0 commit comments

Comments
 (0)