unknown
1970-01-01 00:00:00 UTC
It may could be also an solution to define standard values for instanceType,
nTSecurityDescriptor, objectCategory and objectClass, when creating a new entry. But I could find such a possibility. The annoying part of adding a new entry via the table editor is that I have always to insert the standard values, especially the objectCategory is kind of long...
So I'm looking forward to learn more about jxplorer...
Regards
Valentin
I
for
but
entry
-
unit
------------------------------------------------------------------------------
http://pubads.g.doubleclick.net/gampad/clk?id=124407151&iu=/4140/ostg.clktrk
--
Sent from my Android phone.
------TQJOCIWCLKDN15VLX3SFU18S2QIYJL
Content-Type: text/html;
charset=utf-8
Content-Transfer-Encoding: quoted-printable
Hi Chris,<br>
<br>
thanks for you answer.
nTSecurityDescriptor, objectCategory and objectClass, when creating a new entry. But I could find such a possibility. The annoying part of adding a new entry via the table editor is that I have always to insert the standard values, especially the objectCategory is kind of long...
So I'm looking forward to learn more about jxplorer...
Regards
Valentin
HI Valentin,
I think the problem is that the html template mechanisms usually
onlyI think the problem is that the html template mechanisms usually
modify an existing entry.
... I'm having a poke around that code for another reason, so I
might... I'm having a poke around that code for another reason, so I
refresh my memory on whether it's possible to use the same mechanism to
'add' new entries; my feeling though is that it doesn't allow it at the
moment...
cheers,
- Chris
-----
*Dr Christopher Betts*
Australian Cloud Identity
http://cloudidentity.com.au
m: 0408 533 456
a'add' new entries; my feeling though is that it doesn't allow it at the
moment...
cheers,
- Chris
-----
*Dr Christopher Betts*
Australian Cloud Identity
http://cloudidentity.com.au
m: 0408 533 456
Hi there,
I'm looking for an option to add a new entry via a link or a formula on
I'm looking for an option to add a new entry via a link or a formula on
HTML template.
In my particularly case its about a new contact entry. Beside the RDN,
In my particularly case its about a new contact entry. Beside the RDN,
need to define instanceType, nTSecurityDescriptor, objectCategory and
objectClass in order to create a new entry. But that seam to be only
possible via the table editor, which is not really convenient option
objectClass in order to create a new entry. But that seam to be only
possible via the table editor, which is not really convenient option
normal users.
My idea was to predefine these entry already in a HTML form/template,
My idea was to predefine these entry already in a HTML form/template,
<form name="Person">
<input type="hidden" name="instanceType" value="4"/>
<input type="hidden" name="nTSecurityDescriptor" value=""/>
<input type="hidden" name="objectCategory"
value="CN=Person,CN=Schema,CN=Configuration,DC=gall,DC=lan"/>
<input type="hidden" name="objectClass" value="contact"/>
<input type="hidden" name="objectClass"
value="organizationalPerson"/>
<input type="hidden" name="objectClass" value="person"/>
<input type="hidden" name="objectClass" value="top"/>
<input type="submit" name="Submit" value="Speichern"/>
<input type="reset"/>
</form>
I have the feeling, the form doesn't define the right OU, where the
<input type="hidden" name="instanceType" value="4"/>
<input type="hidden" name="nTSecurityDescriptor" value=""/>
<input type="hidden" name="objectCategory"
value="CN=Person,CN=Schema,CN=Configuration,DC=gall,DC=lan"/>
<input type="hidden" name="objectClass" value="contact"/>
<input type="hidden" name="objectClass"
value="organizationalPerson"/>
<input type="hidden" name="objectClass" value="person"/>
<input type="hidden" name="objectClass" value="top"/>
<input type="submit" name="Submit" value="Speichern"/>
<input type="reset"/>
</form>
I have the feeling, the form doesn't define the right OU, where the
Unable to perform Modify operation.
javax.naming.directory.SchemaViolationException: [LDAP: error code 65
javax.naming.directory.SchemaViolationException: [LDAP: error code 65
00002014: objectclass: cannot delete all structural objectclasses!];
remaining name 'ou=Contacts,dc=local,dc=lan'
As I understand that, jxplorer tries to overwrite the organizational
remaining name 'ou=Contacts,dc=local,dc=lan'
As I understand that, jxplorer tries to overwrite the organizational
(OU). So somehow does the HTML form not address a new entry.
Any help/ideas how to realize my approach?
Regards
Valentin
Any help/ideas how to realize my approach?
Regards
Valentin
Android apps run on BlackBerry 10
Introducing the new BlackBerry 10.2.1 Runtime for Android apps.
Now with support for Jelly Bean, Bluetooth, Mapview and more.
Get your Android app in front of a whole new audience. Start now.
Introducing the new BlackBerry 10.2.1 Runtime for Android apps.
Now with support for Jelly Bean, Bluetooth, Mapview and more.
Get your Android app in front of a whole new audience. Start now.
_______________________________________________
Jxplorer-users mailing list
https://lists.sourceforge.net/lists/listinfo/jxplorer-users
Jxplorer-users mailing list
https://lists.sourceforge.net/lists/listinfo/jxplorer-users
Sent from my Android phone.
------TQJOCIWCLKDN15VLX3SFU18S2QIYJL
Content-Type: text/html;
charset=utf-8
Content-Transfer-Encoding: quoted-printable
Hi Chris,<br>
<br>
thanks for you answer.